-
-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 720 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 720 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": "phex",
"version": "3.0.1",
"description": "Prodigy Hacking Extension",
"main": "build.mjs",
"scripts": {
"js:build": "node build.mjs",
"sh:build": "sh build.sh",
"build": "echo \"Use js:build or sh:build\"",
"start": "echo \"Use js:build or sh:build\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProdigyPNP/ProdigyMathGameHacking.git"
},
"keywords": [],
"author": "ProdigyPNP",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/issues"
},
"homepage": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/PHEx/README.md",
"devDependencies": {
"zip-dir": "^2.0.0"
}
}