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/typings/package.json
Views: 713
1
{
2
"name": "prodigy-declarations",
3
"version": "3.0.1",
4
"description": "Type declarations for Prodigy, the math game.",
5
"license": "MPL-2.0",
6
"author": "ProdigyPNP",
7
"scripts": {},
8
"dependencies": {
9
"typescript": "^5.0.2"
10
},
11
"keywords": [],
12
"repository": {
13
"type": "git",
14
"url": "git+https://github.com/ProdigyPNP/ProdigyMathGameHacking.git#master"
15
},
16
"bugs": {
17
"url": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/issues"
18
},
19
"homepage": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/tree/master/typings"
20
}
21
22