|
|
@@ -4,7 +4,7 @@ |
|
|
"description": "", |
|
|
"description": "", |
|
|
"main": "index.js", |
|
|
"main": "index.js", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"build": "npx tsc -p ./tsconfig.json", |
|
|
|
|
|
|
|
|
"build": "tsc -p ./tsconfig.json", |
|
|
"start": "node dist/index.js", |
|
|
"start": "node dist/index.js", |
|
|
"start-debug": "nodemon --inspect dist/index.js", |
|
|
"start-debug": "nodemon --inspect dist/index.js", |
|
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
|
|