-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
18 lines (18 loc) · 865 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "r38",
"version": "1.0.0",
"description": "Industrial strength insulation",
"private": true,
"scripts": {
"start": "cd client_toolchain && npx tsc -p dev_server/ && node dev_server/dist/client_toolchain/dev_server/src/server.js",
"dev-deps": "(cd client && npm ci); (cd client_toolchain && npm ci);",
"prod-deps": "(cd client && npm ci --production); (cd client_toolchain && npm ci --production);",
"build": "cd client_toolchain && npx webpack --config config/webpack.prod.js --progress",
"build-stats": "cd client_toolchain && npx webpack --config config/webpack.prod.js --progress --profile --json > stats.json",
"deploy": "npm run prod-deps && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"repository": "https://github.com/walkingeyerobot/r38",
"license": "ISC"
}