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",
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "webpack --config ./build/build.webpack.config.js --mode production",
"clean": "rm -rf dist yarn.lock && yarn",

View File

@ -1,13 +1,5 @@
{
"name": "@flecks/core",
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/core"
},
"publishConfig": {
"access": "public"
},
"version": "3.0.0",
"author": "cha0s",
"license": "MIT",
@ -18,6 +10,14 @@
"postversion": "cp package.json dist",
"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": [
"build",
"index.js",

View File

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

View File

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

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"server.js"
],

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"server.js"
],

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"website"
],

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"server.js"
],

View File

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

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"client.js",
"server.js"

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"index.js"
],

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"server.js"
],

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"index.js"
],

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"index.js",
"server.js"

View File

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

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"session/server.js",
"server.js"

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"client.js",
"index.js",

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"server.js"
],

View File

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

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"server.js"
],

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"client.js",
"index.js",

View File

@ -1,5 +1,15 @@
{
"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": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
@ -8,14 +18,6 @@
"publishConfig": {
"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": [
"entry.js",
"index.js",