CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
ProdigyPNP

CoCalc is a real-time collaborative commercial alternative to JupyterHub and Overleaf that provides Jupyter Notebooks, LaTeX documents, and SageMath.

GitHub Repository: ProdigyPNP/ProdigyMathGameHacking
Path: blob/master/PHEx/package.json
Views: 713
1
{
2
"name": "phex",
3
"version": "3.0.1",
4
"description": "Prodigy Hacking Extension",
5
"main": "build.mjs",
6
"scripts": {
7
"js:build": "node build.mjs",
8
"sh:build": "sh build.sh",
9
10
"build": "echo \"Use js:build or sh:build\"",
11
"start": "echo \"Use js:build or sh:build\""
12
},
13
"repository": {
14
"type": "git",
15
"url": "git+https://github.com/ProdigyPNP/ProdigyMathGameHacking.git"
16
},
17
"keywords": [],
18
"author": "ProdigyPNP",
19
"license": "MPL-2.0",
20
"bugs": {
21
"url": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/issues"
22
},
23
"homepage": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/PHEx/README.md",
24
"devDependencies": {
25
"zip-dir": "^2.0.0"
26
}
27
}
28
29