-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 921 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 921 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
{
"name": "ipification-demo",
"version": "1.2.11-SNAPSHOT",
"description": "Ipification Demo",
"private": false,
"scripts": {
"version": "echo $npm_package_version",
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"axios": "^1.10.0",
"cache-manager": "^7.0.0",
"config": "^4.0.0",
"cookie-parser": "^1.4.7",
"debug": "^4.4.1",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"firebase-admin": "^12.4.1",
"geoip-lite": "^1.4.10",
"helmet": "^8.1.0",
"html-entities": "^2.6.0",
"http-errors": "^2.0.0",
"json-pretty-html": "^1.1.6",
"jsonwebtoken": "^9.0.2",
"keyv": "^5.3.4",
"morgan": "^1.10.0",
"nocache": "^4.0.0",
"pug": ">=3.0.3",
"socket.io": "^4.8.1",
"stylus": "^0.64.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}