chore: update package.json files

This commit is contained in:
Sam Tolmay 2020-10-05 17:31:56 +02:00
parent 5ec50c4cc5
commit c861be63c1
10 changed files with 202 additions and 21 deletions

View File

@ -1,8 +1,26 @@
{ {
"name": "@lowdefy/poc", "name": "@lowdefy/lowdefy",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"license": "UNLICENSED", "description": "Lowdefy monorepo",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
], ],
@ -14,4 +32,4 @@
"devDependencies": { "devDependencies": {
"lerna": "3.22.1" "lerna": "3.22.1"
} }
} }

View File

@ -1,8 +1,25 @@
{ {
"name": "@lowdefy/color", "name": "@lowdefy/color",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "description": "",
"private": true, "homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "babel src --out-dir dist", "build": "babel src --out-dir dist",
@ -28,4 +45,4 @@
"jest-diff": "24.9.0", "jest-diff": "24.9.0",
"prettier": "2.1.1" "prettier": "2.1.1"
} }
} }

View File

@ -2,6 +2,26 @@
"name": "@lowdefy/delete", "name": "@lowdefy/delete",
"version": "1.0.1", "version": "1.0.1",
"license": "MIT", "license": "MIT",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"main": "dist/delete.js", "main": "dist/delete.js",
"scripts": { "scripts": {
"build": "babel src --out-dir dist", "build": "babel src --out-dir dist",
@ -31,4 +51,4 @@
"jest-diff": "24.9.0", "jest-diff": "24.9.0",
"prettier": "2.1.2" "prettier": "2.1.2"
} }
} }

View File

@ -1,7 +1,25 @@
{ {
"name": "@lowdefy/engine", "name": "@lowdefy/engine",
"version": "0.0.0-experimental.1", "version": "0.0.0-experimental.1",
"licence": "MIT", "description": "",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"browser": "dist/remoteEntry.js", "browser": "dist/remoteEntry.js",
"files": [ "files": [
"dist/*" "dist/*"
@ -33,4 +51,4 @@
"serve": "serve dist -p 3001", "serve": "serve dist -p 3001",
"clean": "rm -rf dist" "clean": "rm -rf dist"
} }
} }

View File

@ -1,8 +1,25 @@
{ {
"name": "@lowdefy/poc-express", "name": "@lowdefy/poc-express",
"version": "0.0.1", "version": "0.0.1",
"private": true, "description": "",
"license": "UNLICENSED", "homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"scripts": { "scripts": {
"build": "webpack --mode production", "build": "webpack --mode production",
"clean": "rm -rf shell/dist", "clean": "rm -rf shell/dist",
@ -37,4 +54,4 @@
"webpack-cli": "3.3.12", "webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0" "webpack-dev-server": "3.11.0"
} }
} }

View File

@ -1,7 +1,25 @@
{ {
"name": "@lowdefy/get", "name": "@lowdefy/get",
"version": "1.0.1", "version": "1.0.1",
"license": "MIT", "description": "",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"main": "dist/get.js", "main": "dist/get.js",
"scripts": { "scripts": {
"build": "babel src --out-dir dist", "build": "babel src --out-dir dist",
@ -30,4 +48,4 @@
"jest-diff": "24.9.0", "jest-diff": "24.9.0",
"prettier": "2.1.2" "prettier": "2.1.2"
} }
} }

View File

@ -1,7 +1,25 @@
{ {
"name": "@lowdefy/graphql", "name": "@lowdefy/graphql",
"version": "0.0.0-experimental.0", "version": "0.0.0-experimental.0",
"licence": "MIT", "description": "",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "yarn webpack", "build": "yarn webpack",
@ -30,4 +48,4 @@
"eslint-plugin-react-hooks": "4.1.2", "eslint-plugin-react-hooks": "4.1.2",
"prettier": "2.1.2" "prettier": "2.1.2"
} }
} }

View File

@ -1,6 +1,25 @@
{ {
"name": "@lowdefy/helpers", "name": "@lowdefy/helpers",
"version": "1.0.0", "version": "1.0.0",
"description": "",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "babel src --out-dir dist", "build": "babel src --out-dir dist",
@ -33,4 +52,4 @@
"jest-diff": "24.9.0", "jest-diff": "24.9.0",
"prettier": "2.1.2" "prettier": "2.1.2"
} }
} }

View File

@ -1,7 +1,25 @@
{ {
"name": "@lowdefy/serializer", "name": "@lowdefy/serializer",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "description": "",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "babel src --out-dir dist", "build": "babel src --out-dir dist",
@ -26,4 +44,4 @@
"jest-diff": "24.9.0", "jest-diff": "24.9.0",
"prettier": "2.1.2" "prettier": "2.1.2"
} }
} }

View File

@ -1,7 +1,25 @@
{ {
"name": "@lowdefy/type", "name": "@lowdefy/type",
"version": "1.0.1", "version": "1.0.1",
"license": "MIT", "description": "",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"main": "dist/type.js", "main": "dist/type.js",
"scripts": { "scripts": {
"build": "babel src --out-dir dist", "build": "babel src --out-dir dist",
@ -26,4 +44,4 @@
"jest": "24.9.0", "jest": "24.9.0",
"prettier": "2.1.2" "prettier": "2.1.2"
} }
} }