{
  "name": "@ijyalabs/daacini",
  "version": "2.8.4",
  "description": "DaaCini CLI — render diagrams-as-code (network, cloud, security, architecture, and 24 more kinds) to SVG, lint them, and convert Mermaid / Graphviz DOT / PlantUML / D2 into DaaCini. Commands: render · lint · convert · kinds · examples · spec · doctor. Uses the hosted IjyaLabs service; source in, SVG/JSON out — no engine bundled.",
  "type": "module",
  "bin": {
    "daacini": "daacini.mjs"
  },
  "files": [
    "daacini.mjs",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "diagram",
    "diagrams-as-code",
    "diagram-as-code",
    "svg",
    "cli",
    "architecture",
    "network",
    "cloud",
    "security",
    "mermaid",
    "graphviz",
    "plantuml",
    "d2",
    "c4",
    "daacini",
    "ijyalabs"
  ],
  "homepage": "https://daacini.ijyalabs.in",
  "bugs": {
    "email": "daacini@ijyalabs.in"
  },
  "author": "IjyaLabs (ijyalabs.in)",
  "license": "SEE LICENSE — personal & private use only; no redistribution",
  "publishConfig": {
    "access": "public"
  }
}
