-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 912 Bytes
/
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
{
"name": "ipification-demo",
"version": "1.0.10-SNAPSHOT",
"description": "Ipification Demo",
"private": false,
"scripts": {
"version": "echo $npm_package_version",
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"axios": "^1.6.2",
"config": "^3.3.9",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-session": "^1.17.3",
"geoip-lite": "^1.4.8",
"helmet": "^7.1.0",
"html-entities": "^2.4.0",
"http-errors": "^2.0.0",
"ioredis": "^5.3.2",
"json-pretty-html": "^1.1.6",
"jwt-simple": "^0.5.6",
"morgan": "^1.10.0",
"nocache": "^4.0.0",
"pug": "3.0.2",
"redis-json": "^6.0.3",
"socket.io": "^4.7.2",
"stylus": "^0.62.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}