aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1db7730..9e6eede 100644
--- a/package.json
+++ b/package.json
@@ -9,13 +9,15 @@
"main": "build/index.js",
"scripts": {
"start:dev": "tsc-watch --onSuccess \"node ./build/index.js\"",
+ "start": "tsc && node ./build/index.js",
+ "start:prod": "tsc && NODE_ENV=production node ./build/index.js",
"format": "prettier --write 'src/**/*.ts'",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint --fix 'src/**/*.ts'",
"tsc": "tsc"
},
"author": "Kevin J Hoerr <kjhoerr@submelon.tech>",
- "license": "ISC",
+ "license": "Parity-7.0.0",
"dependencies": {
"@types/express": "^4.17.2",
"@types/jsdom": "^12.2.4",