-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1 KB
/
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
39
40
41
42
43
{
"name": "p-np-patcher",
"version": "3.0.1",
"description": "Modifies and serves Prodigy's game files",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"compile": "pkg .",
"start": "node dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProdigyPNP/P-NP.git"
},
"author": "ProdigyPNP",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/ProdigyPNP/P-NP/issues"
},
"homepage": "https://github.com/ProdigyPNP/P-NP#readme",
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/js-beautify": "^1.14.3",
"@types/lodash": "^4.17.6",
"@types/node": "^14.18.63",
"@types/node-fetch": "^2.6.11",
"@types/sjcl": "^1.0.34",
"typescript": "^4.9.5"
},
"dependencies": {
"@hapi/cryptiles": "^6.0.1",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-rate-limit": "^6.11.2",
"js-beautify": "^1.15.1",
"lodash": "^4.17.21",
"node-fetch": "^3.3.2",
"sjcl": "^1.0.8",
"sucrase": "^3.35.0"
}
}