-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 666 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 666 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
{
"name": "infinite-zero",
"version": "3.0.1",
"description": "Infinite Prodigy hacks, even on day Zero.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist"
},
"author": "ProdigyPNP",
"license": "MPL-2.0",
"dependencies": {
"@types/node-fetch": "^2.6.13",
"cors": "^2.8.6",
"crypto-random": "^2.1.0",
"express": "^4.22.1",
"express-rate-limit": "^7.5.1",
"got": "^12.6.1",
"https": "^1.0.0",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^4.17.25"
}
}