{
"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"
}
}