UNPKG

@gracexwho/model-card-generator

Version:

Tool for generating model cards for Jupyter Notebook.

44 lines (43 loc) 1.11 kB
{ "name": "@gracexwho/model-card-generator", "version": "1.2.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": { "@types/mocha": "^7.0.2", "@types/node": "^14.14.14", "mocha": "^8.2.1", "modified-python-program-analysis": "^1.0.0", "python-shell": "^2.0.3", "ts-node": "^8.10.2", "typescript": "^3.9.7" }, "dependencies": { "dagre": "^0.8.5", "dagre-d3": "^0.6.4", "json2md": "^1.9.2" }, "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" ] }