{
  "name": "@tmorin/plantuml-libs",
  "version": "18.1.4",
  "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.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/mocha": "^10.0.10",
    "@types/node": "^24.12.2",
    "@types/node-fetch": "^2.6.13",
    "@types/yaml": "^1.9.7",
    "@types/yargs": "^17.0.5",
    "@typescript-eslint/eslint-plugin": "^8.7.0",
    "@typescript-eslint/parser": "^8.7.0",
    "cheerio": "^1.1.2",
    "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.7.5",
    "node-fetch": "^2.7.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",
    "yargs": "^17.2.1"
  }
}
