Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ProdigyPNP
GitHub Repository: ProdigyPNP/ProdigyMathGameHacking
Path: blob/master/typings/package.json
3263 views
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