{ "name": "heissepreise", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "prepare": "husky install", "dev": "cross-env NODE_ENV=development PORT=$PORT node server.js", "start": "cross-env NODE_ENV=production PORT=$PORT node server.js", "format": "npx prettier --write ." }, "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": { "alasql": "^4.0.4", "axios": "^1.4.0", "better-sqlite3": "^8.4.0", "chart.js": "^4.3.0", "chartjs-adapter-moment": "^1.0.1", "chokidar": "^3.5.3", "compression": "^1.7.4", "express": "^4.18.2", "hyphen": "^1.6.6", "moment": "^2.29.4", "node-html-parser": "^6.1.5", "readline-sync": "^1.4.10" }, "devDependencies": { "autoprefixer": "^10.4.14", "concurrently": "^8.1.0", "cross-env": "^7.0.3", "esbuild": "^0.17.19", "husky": "^8.0.3", "postcss": "^8.4.24", "prettier": "^2.8.8", "pretty-quick": "^3.1.3", "socket.io": "^4.6.2", "tailwindcss": "^3.3.2" } }