-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 956 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
37
{
"name": "mathcestor",
"version": "0.2.0",
"description": "Ancestor/descendant tree from Mathematics Genealogy Project, rendered to HTML",
"type": "module",
"main": "index.js",
"bin": {
"mathcestor": "index.js"
},
"scripts": {
"prepare": "civet --js -c index.civet -o .js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edemaine/mathcestor.git"
},
"bugs": {
"url": "https://github.com/edemaine/mathcestor/issues"
},
"homepage": "https://github.com/edemaine/mathcestor#readme",
"author": {
"name": "Erik Demaine",
"email": "[email protected]",
"url": "https://erikdemaine.org/"
},
"license": "MIT",
"dependencies": {
"@cspotcode/source-map-support": "0.8.1",
"@danielx/civet": "0.7.0",
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@types/node": "18.15.11",
"undici": "^5.28.4"
}
}