|
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
"main": "index.js", |
|
|
|
|
"scripts": { |
|
|
|
|
"dev": "concurrently \"yarn run-dev\" \"yarn watch\"", |
|
|
|
|
"run-dev": "NODE_ENV=dev nodemon index.ts", |
|
|
|
|
"run-dev": "cross-env NODE_ENV=dev nodemon index.ts", |
|
|
|
|
"watch": "tsc --watch", |
|
|
|
|
"build": "tsc", |
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
|
|
@ -32,6 +32,7 @@ |
|
|
|
|
"@types/winston": "^2.4.4", |
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0", |
|
|
|
|
"@typescript-eslint/parser": "^4.22.0", |
|
|
|
|
"cross-env": "^7.0.3", |
|
|
|
|
"eslint": "^7.25.0", |
|
|
|
|
"eslint-config-prettier": "^8.3.0", |
|
|
|
|
"eslint-plugin-prettier": "^3.4.0", |
|
|
|
|