chore: tidy

This commit is contained in:
cha0s 2024-01-23 21:28:15 -06:00
parent 93b6d76ccf
commit de8774bc8e
22 changed files with 207 additions and 168 deletions

View File

@ -1,6 +1,8 @@
{ {
"name": "@flecks/build", "name": "@flecks/build",
"version": "3.0.0", "version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": { "scripts": {
"build": "webpack --config ./build/build.webpack.config.js --mode production", "build": "webpack --config ./build/build.webpack.config.js --mode production",
"clean": "rm -rf dist yarn.lock && yarn", "clean": "rm -rf dist yarn.lock && yarn",

View File

@ -1,13 +1,5 @@
{ {
"name": "@flecks/core", "name": "@flecks/core",
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/core"
},
"publishConfig": {
"access": "public"
},
"version": "3.0.0", "version": "3.0.0",
"author": "cha0s", "author": "cha0s",
"license": "MIT", "license": "MIT",
@ -18,6 +10,14 @@
"postversion": "cp package.json dist", "postversion": "cp package.json dist",
"test": "npm run build -d && mocha --colors ./dist/test.js" "test": "npm run build -d && mocha --colors ./dist/test.js"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/core"
},
"publishConfig": {
"access": "public"
},
"files": [ "files": [
"build", "build",
"index.js", "index.js",

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/create-app", "name": "@flecks/create-app",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,17 +18,9 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"bin": { "bin": {
"create-app": "./build/cli.js" "create-app": "./build/cli.js"
}, },
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"server.js", "server.js",
"template" "template"

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/create-fleck", "name": "@flecks/create-fleck",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,17 +18,9 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"bin": { "bin": {
"create-fleck": "./build/cli.js" "create-fleck": "./build/cli.js"
}, },
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"template" "template"
], ],

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/db", "name": "@flecks/db",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"server.js" "server.js"
], ],

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/docker", "name": "@flecks/docker",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"server.js" "server.js"
], ],

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/dox", "name": "@flecks/dox",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"website" "website"
], ],

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/electron", "name": "@flecks/electron",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"server.js" "server.js"
], ],

View File

@ -1,13 +1,5 @@
{ {
"name": "@flecks/fleck", "name": "@flecks/fleck",
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/fleck"
},
"publishConfig": {
"access": "public"
},
"version": "3.0.0", "version": "3.0.0",
"author": "cha0s", "author": "cha0s",
"license": "MIT", "license": "MIT",
@ -17,6 +9,14 @@
"postversion": "cp package.json dist", "postversion": "cp package.json dist",
"test": "flecks test" "test": "flecks test"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/fleck"
},
"publishConfig": {
"access": "public"
},
"files": [], "files": [],
"dependencies": { "dependencies": {
"@flecks/core": "^3.0.0", "@flecks/core": "^3.0.0",

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/governor", "name": "@flecks/governor",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"client.js", "client.js",
"server.js" "server.js"

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/passport-local-react", "name": "@flecks/passport-local-react",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"index.js" "index.js"
], ],

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/passport-local", "name": "@flecks/passport-local",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"server.js" "server.js"
], ],

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/passport-react", "name": "@flecks/passport-react",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"index.js" "index.js"
], ],

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/passport", "name": "@flecks/passport",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"index.js", "index.js",
"server.js" "server.js"

View File

@ -1,14 +1,8 @@
{ {
"name": "@flecks/react", "name": "@flecks/react",
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/react"
},
"publishConfig": {
"access": "public"
},
"version": "3.0.0", "version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
"clean": "flecks clean", "clean": "flecks clean",
@ -17,6 +11,14 @@
"postinstall": "node src/fake-context.js", "postinstall": "node src/fake-context.js",
"test": "flecks test" "test": "flecks test"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/react"
},
"publishConfig": {
"access": "public"
},
"files": [ "files": [
"client.js", "client.js",
"context.js", "context.js",

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/redis", "name": "@flecks/redis",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"session/server.js", "session/server.js",
"server.js" "server.js"

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/redux", "name": "@flecks/redux",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"client.js", "client.js",
"index.js", "index.js",

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/repl", "name": "@flecks/repl",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"server.js" "server.js"
], ],

View File

@ -1,14 +1,7 @@
{ {
"name": "@flecks/server", "name": "@flecks/server",
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/server"
},
"publishConfig": {
"access": "public"
},
"version": "3.0.0", "version": "3.0.0",
"author": "cha0s",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -17,6 +10,14 @@
"postversion": "cp package.json dist", "postversion": "cp package.json dist",
"test": "flecks test" "test": "flecks test"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/server"
},
"publishConfig": {
"access": "public"
},
"files": [ "files": [
"entry.js", "entry.js",
"runtime.js" "runtime.js"

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/session", "name": "@flecks/session",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"server.js" "server.js"
], ],

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/socket", "name": "@flecks/socket",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"client.js", "client.js",
"index.js", "index.js",

View File

@ -1,5 +1,15 @@
{ {
"name": "@flecks/web", "name": "@flecks/web",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/cha0s/flecks.git", "url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "3.0.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [ "files": [
"entry.js", "entry.js",
"index.js", "index.js",