@tmorin/plantuml-libs
Version:
A set of resources for [PlantUML](https://plantuml.com) to define diagrams for AWS, Azure, EIP ...
87 lines (86 loc) • 2.37 kB
JSON
{
"name": "@tmorin/plantuml-libs",
"version": "16.0.0",
"description": "A set of resources for [PlantUML](https://plantuml.com) to define diagrams for AWS, Azure, EIP ...",
"license": "MIT",
"homepage": "https://github.com/tmorin/plantuml-libs#readme",
"bugs": {
"url": "https://github.com/tmorin/plantuml-libs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmorin/plantuml-libs.git"
},
"author": {
"name": "Thibault Morin",
"url": "https://tmorin.github.io"
},
"bin": {
"gdiag": "bin/gdiag.js"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"plantuml",
"library",
"diagram",
"sprite",
"icon",
"aws",
"azure",
"c4model",
"eip",
"eventstorming",
"fontawesome",
"gcp",
"material",
"simpleicons"
],
"scripts": {
"alpha": "standard-version --skip.changelog --skip.tag --prerelease alpha",
"alpha:publish": "git push --all && npm publish --tag canary",
"generate:library": "scripts/generate-library.sh",
"generate:package": "scripts/generate-package.sh",
"generate:website": "ts-node source/generator/website",
"generate:workdir": "ts-node source/generator/workdir",
"lint": "eslint .",
"release": "standard-version",
"release:publish": "git push --tags && git push --all",
"test": "mocha"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@types/extract-zip": "^2.0.1",
"@types/fs-extra": "^11.0.1",
"@types/html-minifier-terser": "^7.0.0",
"@types/lodash": "^4.14.176",
"@types/node": "^22.7.4",
"@types/node-fetch": "^2.6.6",
"@types/yaml": "^1.9.7",
"@types/yargs": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"csv-parse": "^5.0.4",
"eslint": "^9.11.1",
"extract-zip": "^2.0.1",
"fs-extra": "^11.1.1",
"html-minifier-terser": "^7.0.0",
"lodash": "^4.17.21",
"marked": "^15.0.6",
"marked-gfm-heading-id": "^4.1.0",
"marked-mangle": "^1.0.1",
"mocha": "^11.1.0",
"prettier": "^3.0.3",
"standard-version": "^9.3.2",
"ts-node": "^10.4.0",
"typescript": "^5.0.3",
"yaml": "^2.1.1"
},
"dependencies": {
"glob": "^11.0.0",
"moment": "^2.29.1",
"node-fetch": "^2.7.0",
"yargs": "^17.2.1"
}
}