{
  "name": "@unwita-insights/vaxis",
  "version": "0.2.4",
  "description": "Vaxis CLI — diagram and architecture tool for AI-assisted software design",
  "type": "module",
  "bin": {
    "vaxis": "./bin/vaxis.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "files": [
    "bin/",
    "scripts/"
  ],
  "keywords": [
    "vaxis",
    "diagram",
    "architecture",
    "mermaid",
    "cli",
    "ai"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Unwita-Insights/vaxis-cli"
  },
  "homepage": "https://github.com/Unwita-Insights/vaxis-cli#readme"
}
