-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1020 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1020 Bytes
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
{
"name": "ipification-demo",
"version": "1.2.15-SNAPSHOT",
"description": "Ipification Demo",
"private": false,
"scripts": {
"version": "echo $npm_package_version",
"test": "node --test",
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"axios": "^1.20.0",
"cache-manager": "^7.2.9",
"config": "^5.0.1",
"cookie-parser": "^1.4.7",
"debug": "^4.4.3",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-rate-limit": "^8.7.0",
"express-session": "^1.19.0",
"firebase-admin": "^14.4.0",
"geoip-lite": "^2.0.3",
"google-auth-library": "^11.0.2",
"helmet": "^8.3.0",
"html-entities": "^2.6.0",
"http-errors": "^2.0.1",
"json-pretty-html": "^1.1.6",
"jsonwebtoken": "^9.0.3",
"keyv": "^5.6.0",
"morgan": "^1.12.1",
"nocache": "^4.0.0",
"pug": "^3.0.4",
"socket.io": "^4.8.3",
"stylus": "^0.64.0",
"uuid": "^14.0.2"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}