20 lines
547 B
JSON
20 lines
547 B
JSON
{
|
|
"dependencies": {
|
|
"@types/node": "^14.0.13",
|
|
"@types/pluralize": "^0.0.29",
|
|
"ncp": "^2.0.0",
|
|
"path": "^0.12.7",
|
|
"pluralize": "^8.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "rm -rf dist && tsc && cp -r frame dist/ && cp -r frontend-frame dist/ && cd dist && node index.js"
|
|
},
|
|
"name": "system-builder",
|
|
"version": "1.0.0",
|
|
"main": "dist/processDef.js",
|
|
"repository": "mason@house.sa.vin:gitServer/system-builder.git",
|
|
"author": "Mason Payne <mason@masonitestudios.com>",
|
|
"license": "UNLICENSED",
|
|
"private": true
|
|
}
|