mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-12 13:01:42 +02:00
Add routing-controllers
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node dist/index.js",
|
||||
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
|
||||
"debug": "node --nolazy --inspect-brk=9229 dist/index.js",
|
||||
"build": "tsc",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
@ -13,16 +12,25 @@
|
||||
"author": "Phillip Kühne",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/body-parser": "^1.19.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/multer": "^1.4.3",
|
||||
"@types/node": "^14.0.5",
|
||||
"tslint": "^6.1.2",
|
||||
"typescript": "^3.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/mongodb": "^3.5.18",
|
||||
"body-parser": "^1.19.0",
|
||||
"class-transformer": "^0.2.3",
|
||||
"class-validator": "^0.12.2",
|
||||
"cors": "^2.8.5",
|
||||
"debug": "^4.1.1",
|
||||
"express": "^4.17.1",
|
||||
"mongodb": "^3.5.7"
|
||||
"mongodb": "^3.5.7",
|
||||
"multer": "^1.4.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"routing-controllers": "^0.9.0-alpha.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user