-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 627 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 627 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
{
"name": "node-hnapi",
"version": "3.2.0",
"engines": {
"node": ">=10.x"
},
"dependencies": {
"@firebase/app": "~0.6.13",
"@firebase/database": "~0.8.3",
"compression": "~1.7.4",
"connect-ratelimit": "0.0.7",
"cors": "~2.8.5",
"domino": "~2.1.6",
"dotenv": "~8.2.0",
"express": "~4.17.1",
"express-user-agent-blocker": "^2.0.4",
"extend": "~3.0.2",
"he": "~1.2.0",
"ioredis": "~4.19.4",
"json-stringify-safe": "~5.0.1",
"memory-cache": "~0.2.0",
"moment": "~2.29.1",
"morgan": "~1.10.0",
"on-headers": "~1.0.2",
"timequeue": "~2.0.2"
}
}