|
@ -5,8 +5,8 @@ |
|
|
"main": "src/app.js", |
|
|
"main": "src/app.js", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
"start": "tsc && NODE_ENV=production node dist/app.js", |
|
|
|
|
|
"dev": "NODE_ENV=development tsc && node dist/app.js" |
|
|
|
|
|
|
|
|
"start": "node dist/app.js", |
|
|
|
|
|
"dev": "(NODE_ENV=development; tsc && node dist/app.js)" |
|
|
}, |
|
|
}, |
|
|
"author": "", |
|
|
"author": "", |
|
|
"license": "ISC", |
|
|
"license": "ISC", |
|
|