32 lines
807 B
JSON
32 lines
807 B
JSON
{
|
|
"name": "flachwitze",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "ts-node src/index.ts"
|
|
},
|
|
"author": "Dennis Gunia",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"@types/morgan": "^1.9.1",
|
|
"@types/node": "^8.10.63",
|
|
"ts-node": "3.3.0",
|
|
"typeorm": "^0.2.26",
|
|
"typescript": "3.3.3333"
|
|
},
|
|
"dependencies": {
|
|
"@overnightjs/core": "^1.7.5",
|
|
"@overnightjs/logger": "^1.2.0",
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"morgan": "^1.10.0",
|
|
"mysql": "^2.18.1",
|
|
"reflect-metadata": "^0.1.10",
|
|
"rotating-file-stream": "^2.1.3",
|
|
"typeorm": "0.2.26"
|
|
}
|
|
}
|