{
  "name": "@tmorin/plantuml-libs",
  "version": "18.2.0",
  "description": "A set of resources for [PlantUML](https://plantuml.com) to define diagrams for AWS, Azure, EIP ...",
  "license": "MIT",
  "engines": {
    "node": ">=24 <25"
  },
  "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.3.5",
    "@eslint/js": "^10.0.1",
    "@types/extract-zip": "^2.0.3",
    "@types/fs-extra": "^11.0.4",
    "@types/html-minifier-terser": "^7.0.2",
    "@types/lodash": "^4.17.24",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.9.1",
    "@types/node-fetch": "^2.6.13",
    "@types/yaml": "^1.9.7",
    "@types/yargs": "^17.0.35",
    "@typescript-eslint/eslint-plugin": "^8.60.0",
    "@typescript-eslint/parser": "^8.60.0",
    "cheerio": "^1.2.0",
    "csv-parse": "^6.2.1",
    "eslint": "^10.4.1",
    "extract-zip": "^2.0.1",
    "fs-extra": "^11.3.5",
    "html-minifier-terser": "^7.2.0",
    "lodash": "^4.18.1",
    "marked": "^18.0.4",
    "marked-gfm-heading-id": "^4.1.4",
    "marked-mangle": "^1.1.13",
    "mocha": "^11.7.6",
    "node-fetch": "^3.3.2",
    "prettier": "^3.8.3",
    "standard-version": "^9.5.0",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3",
    "yaml": "^2.9.0"
  },
  "dependencies": {
    "glob": "^13.0.6",
    "moment": "^2.30.1",
    "yargs": "^18.0.0"
  },
  "overrides": {
    "diff": "^8.0.3",
    "serialize-javascript": "^7.0.5"
  }
}
