autouml
Version:
Autogenerate UML diagrams using d2
55 lines • 1.44 kB
JSON
{
"name": "autouml",
"version": "1.0.3",
"description": "Autogenerate UML diagrams using d2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"start": "node ./bin/autouml",
"docs": "typedoc --entryPointStrategy expand ./src --entryPointStrategy expand ./typings",
"dogfood": "npm run build && npm run start",
"autouml": "node ./bin/autouml"
},
"bin": {
"autouml": "./bin/autouml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilgao09/autouml.git"
},
"keywords": [
"typescript",
"d2",
"developer-tools",
"software-architecture",
"UML",
"uml-class-diagram"
],
"author": "William Gao",
"license": "MIT",
"bugs": {
"url": "https://github.com/wilgao09/autouml/issues"
},
"homepage": "https://github.com/wilgao09/autouml#readme",
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.5.0",
"jest": "^29.6.2",
"netlify-cli": "^16.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
},
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"dependencies": {
"glob": "^10.3.3"
}
}