Add some scripts

This commit is contained in:
Oliver Akins 2022-03-07 18:02:37 -06:00
parent 8cc748db2b
commit c2e66f9f73
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -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": {