|
@@ -6,7 +6,6 @@
|
|
|
"bin": "dst/index.js",
|
|
"bin": "dst/index.js",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"start": "node dst/index.js",
|
|
"start": "node dst/index.js",
|
|
|
- "startDev": "nodemon src/index.js",
|
|
|
|
|
"build": "tsc",
|
|
"build": "tsc",
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
},
|
|
},
|
|
@@ -20,9 +19,8 @@
|
|
|
"@types/node": "^13.1.2",
|
|
"@types/node": "^13.1.2",
|
|
|
"@types/sequelize": "^4.28.8",
|
|
"@types/sequelize": "^4.28.8",
|
|
|
"@types/validator": "^12.0.1",
|
|
"@types/validator": "^12.0.1",
|
|
|
- "typescript": "^3.7.4",
|
|
|
|
|
- "nodemon": "^2.0.2",
|
|
|
|
|
- "pkg": "^4.4.2"
|
|
|
|
|
|
|
+ "pkg": "^4.4.2",
|
|
|
|
|
+ "typescript": "^3.7.4"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"chalk": "^3.0.0",
|
|
"chalk": "^3.0.0",
|