-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 KB
/
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
38
39
40
41
42
43
{
"name": "@gracexwho/model-card-generator",
"version": "1.0.0",
"description": "Tool for generating model cards for Jupyter Notebook.",
"main": "source/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gracexwho",
"license": "ISC",
"devDependencies": {
"@andrewhead/python-program-analysis": "^0.4.8",
"@types/mocha": "^7.0.2",
"@types/node": "^14.14.8",
"mocha": "^8.2.1",
"python-shell": "^2.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"dagre": "^0.8.5",
"dagre-d3": "^0.6.4",
"json2md": "^1.9.1"
},
"directories": {
"example": "example",
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gracexwho/model-card-generator.git"
},
"bugs": {
"url": "https://github.com/gracexwho/model-card-generator/issues"
},
"homepage": "https://github.com/gracexwho/model-card-generator#readme",
"keywords": [
"JavaScript",
"Jupyter",
"Notebook"
]
}