-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "stats-api",
"version": "1.0.0",
"description": "Statistics from Celebrity Fanalyzer entries",
"main": "src/server.js",
"scripts": {
"start": "nodemon src/server.js",
"format": "prettier --write \"**/*.{js,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/globe-and-citizen/stats-api.git"
},
"author": "Globe & Citizen",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/globe-and-citizen/stats-api/issues"
},
"homepage": "https://github.com/globe-and-citizen/stats-api#readme",
"dependencies": {
"@prisma/client": "^5.12.1",
"@quixo3/prisma-session-store": "^3.1.13",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"express-validator": "^7.0.1",
"ioredis": "^5.4.1",
"ip2location-nodejs": "^9.6.1",
"layer8_middleware": "^0.0.17",
"mock_layer8_module": "^1.0.1",
"openai": "^4.51.0",
"redis": "^4.7.0"
},
"devDependencies": {
"nodemon": "^3.1.0",
"prettier": "^3.0.3",
"prisma": "^5.12.1"
},
"engines": {
"node": ">=18"
}
}