{
  "name": "@senad-d/drawme",
  "version": "0.1.6",
  "description": "Pi extension for authoring, validating, and exporting editable draw.io diagrams from natural-language descriptions.",
  "type": "module",
  "license": "MIT",
  "author": "Senad Dizdarević <112484166+senad-d@users.noreply.github.com>",
  "homepage": "https://github.com/senad-d/DrawMe#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/senad-d/DrawMe.git"
  },
  "bugs": {
    "url": "https://github.com/senad-d/DrawMe/issues"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "cli",
    "terminal",
    "typescript",
    "coding-agent",
    "drawio",
    "diagram",
    "flowchart",
    "architecture",
    "mermaid",
    "svg",
    "png",
    "visualization"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/senad-d/DrawMe/main/example/drawme-how-it-works.drawio.png"
  },
  "files": [
    "README.md",
    "LICENSE",
    "SECURITY.md",
    "CHANGELOG.md",
    "docs/**/*.md",
    "assets/**/*",
    "example/**/*.drawio",
    "src/**/*.ts",
    "tsconfig.json"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint:eslint": "eslint . --max-warnings=0",
    "format:check": "node scripts/format-check.mjs",
    "lint": "npm run typecheck && npm run lint:eslint && npm run format:check",
    "check:golden": "node scripts/check-golden.mjs",
    "pack:dry-run": "npm pack --dry-run --json --ignore-scripts",
    "check:pack": "node scripts/check-package-contents.mjs",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "test:coverage": "npm run coverage",
    "validate": "npm run check:golden && npm run lint && npm test && npm run check:pack",
    "dev": "pi --no-extensions -e ."
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.9.8"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.75.3",
    "@eslint/js": "^10.0.1",
    "@types/node": "^26.1.2",
    "@vitest/coverage-v8": "^4.1.10",
    "eslint": "^10.8.0",
    "globals": "^17.8.0",
    "typebox": "1.3.9",
    "typescript": "^5.6.0",
    "typescript-eslint": "^8.10.0",
    "vitest": "^4.1.10"
  }
}
