itender/package.json
2022-11-08 12:27:53 +01:00

27 lines
585 B
JSON

{
"name": "iTender",
"version": "0.0.1",
"private": true,
"author": "Tobias Hopp <tobi@gaminggeneration.de>",
"license": "UNLICENSED",
"scripts": {
"start": "node ./bin/www",
"compile": "tsc && webpack"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pug": "2.0.0-beta11"
},
"devDependencies": {
"@types/electron": "^1.6.10",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}