{
  "name": "vauthz-cli",
  "version": "1.1.9",
  "main": "index.js",
  "type": "module",
  "bin": {
    "vauthz": "./dist/cli.js"
  },
  "files": [
    "dist",
    "bin/*",
    "README.md"
  ],
  "scripts": {
    "fix-imports": "node scripts/fix-sdk-imports.js",
    "build": "tsc",
    "postbuild": "cpx \"source/commands/env/export/templates/*.hcl\" \"dist/commands/env/export/templates\"",
    "predev": "cpx \"source/commands/env/export/templates/*.hcl\" \"dist/commands/env/export/templates\"",
    "dev": "pastel dev",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run fix-imports && npm run build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@extism/extism": "^2.0.0-rc13",
    "@types/handlebars": "^4.0.40",
    "axios": "^1.13.2",
    "get-port": "^7.1.0",
    "handlebars": "^4.7.8",
    "ink": "^6.5.1",
    "ink-select-input": "^6.2.0",
    "ink-spinner": "^5.0.0",
    "keytar": "^7.9.0",
    "open": "^11.0.0",
    "pastel": "^4.0.0",
    "react": "^19.2.1",
    "vauthz-cli": "^1.1.4",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "@sindresorhus/tsconfig": "^8.1.0",
    "@types/keytar": "^4.4.0",
    "@types/node": "^24.10.2",
    "@types/react": "^19.2.7",
    "cpx": "^1.5.0",
    "rimraf": "^6.1.2",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}