31 lines
664 B
JSON
31 lines
664 B
JSON
{
|
|
"name": "kuerbiskern",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"tsc": "tsc -p"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.3",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.0",
|
|
"http-errors": "~1.6.2",
|
|
"lowdb": "^1.0.0",
|
|
"morgan": "~1.9.0",
|
|
"pug": "2.0.0-beta11",
|
|
"sqlite3": "^4.0.4",
|
|
"uuid": "^3.3.2",
|
|
"read-file": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.16.0",
|
|
"@types/lowdb": "^1.0.6",
|
|
"@types/node": "^10.12.10",
|
|
"@types/sqlite3": "^3.1.3",
|
|
"source-map-support": "^0.5.9",
|
|
"tslint": "^5.11.0",
|
|
"typescript": "^3.1.6"
|
|
}
|
|
}
|