heissepreise/package.json

37 lines
905 B
JSON
Raw Normal View History

2023-05-15 13:53:34 +02:00
{
"name": "heissepreise",
"version": "1.0.0",
"description": "",
2023-06-04 23:16:30 +02:00
"main": "server.js",
2023-05-15 13:53:34 +02:00
"scripts": {
2023-06-02 17:02:39 +02:00
"prepare": "husky install",
2023-06-04 23:16:30 +02:00
"dev": "DEV=true nodemon --watch server.js --inspect-brk=0.0.0.0:9230 server.js",
2023-06-02 07:34:32 +02:00
"format": "npx prettier --write ."
2023-05-15 13:53:34 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/badlogic/heissepreise.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/badlogic/heissepreise/issues"
},
"homepage": "https://github.com/badlogic/heissepreise#readme",
"dependencies": {
"axios": "^1.4.0",
"chokidar": "^3.5.3",
2023-05-15 13:53:34 +02:00
"compression": "^1.7.4",
"express": "^4.18.2",
"n-readlines": "^1.0.1",
2023-05-29 00:08:32 +02:00
"node-html-parser": "^6.1.5",
"nodemon": "^2.0.22",
"socket.io": "^4.6.2"
},
"devDependencies": {
2023-06-02 07:34:32 +02:00
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3"
2023-05-15 13:53:34 +02:00
}
}