{
  "name": "zard-cli",
  "version": "1.0.0-beta.117",
  "description": "An alternative to shadcn/ui for angular",
  "type": "module",
  "main": "index.js",
  "bin": {
    "zard-cli": "./index.js"
  },
  "keywords": [
    "ngzard",
    "zard",
    "zard-ui",
    "shadcn/ui-angular",
    "angular",
    "components",
    "ui",
    "tailwindcss",
    "tailwind",
    "cli",
    "design-system",
    "typescript"
  ],
  "author": "ZardUI Team",
  "license": "MIT",
  "homepage": "https://zardui.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zard-ui/zardui.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/zard-ui/zardui/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "**/*.js",
    "**/*.d.ts",
    "**/*.js.map",
    "**/*.d.ts.map",
    "!**/*.spec.js",
    "!**/*.test.js"
  ],
  "dependencies": {
    "@antfu/ni": "^30.1.0",
    "commander": "^14.0.3",
    "comment-json": "^5.0.0",
    "execa": "^9.6.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "tsc-alias": "^1.8.16"
  }
}
