070db231eb8245973041daa5b108816590c80c6f
[browser-rts.git] / package.json
1 {
2         "name": "tick-city",
3         "scripts": {
4                 "dev": "npx nodemon src/api.ts",
5                 "setup:rebels": "npx ts-node scripts/generate-cities.ts",
6                 "setup:database": "npx ts-node scripts/setup.ts",
7                 "setup": "npm run setup:database && npm run setup:rebels"
8         },
9         "dependencies": {
10                 "@bull-board/api": "^3.11.0",
11                 "@bull-board/express": "^3.11.0",
12                 "@types/body-parser": "^1.19.2",
13                 "bcrypt": "^5.0.1",
14                 "better-sqlite3": "^7.5.1",
15                 "body-parser": "^1.20.0",
16                 "bull": "^4.8.2",
17                 "dotenv": "^16.0.0",
18                 "express": "^4.18.1",
19                 "knex": "^2.0.0",
20                 "lodash": "^4.17.21",
21                 "luxon": "^1.28.0",
22                 "sqlite3": "^5.0.6",
23                 "uuid": "^8.3.2"
24         },
25         "devDependencies": {
26                 "@types/bcrypt": "^5.0.0",
27                 "@types/bull": "^3.15.8",
28                 "@types/express": "^4.17.13",
29                 "@types/lodash": "^4.14.182",
30                 "@types/luxon": "^2.3.2",
31                 "@types/uuid": "^8.3.4",
32                 "nodemon": "^2.0.16",
33                 "ts-node": "^10.7.0",
34                 "tsconfig-paths": "^4.0.0",
35                 "typescript": "^4.6.4"
36         },
37         "volta": {
38                 "node": "16.4.0"
39         }
40 }