Add some scripts
This commit is contained in:
parent
8cc748db2b
commit
c2e66f9f73
1 changed files with 5 additions and 3 deletions
|
|
@ -2,10 +2,12 @@
|
||||||
"name": "gravwell-online-server",
|
"name": "gravwell-online-server",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "dist/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
},
|
"build": "tsc",
|
||||||
|
"start": "node dist/main.js"
|
||||||
|
},
|
||||||
"author": "Oliver Akins",
|
"author": "Oliver Akins",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue