mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-20 03:21:47 +02:00
Bumps [class-transformer](https://github.com/typestack/class-transformer) from 0.2.3 to 0.3.1. - [Release notes](https://github.com/typestack/class-transformer/releases) - [Changelog](https://github.com/typestack/class-transformer/blob/develop/CHANGELOG.md) - [Commits](https://github.com/typestack/class-transformer/compare/v0.2.3...v0.3.1) Signed-off-by: dependabot[bot] <support@github.com>
37 lines
964 B
JSON
37 lines
964 B
JSON
{
|
|
"name": "karaoqueue-backend",
|
|
"version": "0.0.1",
|
|
"description": "Backend for KaraoQueue",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node dist/index.js",
|
|
"debug": "node --nolazy --inspect-brk=9229 dist/index.js",
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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.3.1",
|
|
"class-validator": "^0.12.2",
|
|
"cors": "^2.8.5",
|
|
"debug": "^4.1.1",
|
|
"express": "^4.17.1",
|
|
"mongodb": "^3.5.7",
|
|
"multer": "^1.4.2",
|
|
"reflect-metadata": "^0.1.13",
|
|
"routing-controllers": "^0.9.0-alpha.1"
|
|
}
|
|
}
|