{
  "name": "@kya-os/cli",
  "version": "1.7.0",
  "description": "CLI for MCP-I setup and management",
  "keywords": [
    "cli",
    "kya-os",
    "mcp-i",
    "ai-agents",
    "identity"
  ],
  "homepage": "https://github.com/kya-os/cli",
  "repository": {
    "type": "git",
    "url": "https://github.com/kya-os/cli.git"
  },
  "license": "MIT",
  "author": "Dylan Hobbs <dylan.hobbs@vouched.id>",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "mcpi": "./dist/index.js"
  },
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "build": "rm -f tsconfig.build.tsbuildinfo && tsc -p tsconfig.build.json && mv dist/index.prod.js dist/index.js && mv dist/index.prod.d.ts dist/index.d.ts && rm -f dist/index.prod.* && node scripts/fix-esm-imports.js && chmod +x dist/index.js",
    "dev": "tsx src/index.ts",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build && node ../create-mcpi-app/scripts/validate-dependencies.js",
    "test": "vitest --run",
    "test:watch": "vitest watch",
    "test:coverage": "vitest --coverage --run",
    "demo": "tsx src/index.ts demo",
    "demo:init": "tsx src/index.ts demo --init",
    "demo:ui": "tsx src/index.ts demo --ui",
    "demo:effects": "tsx src/index.ts demo --effects",
    "demo:security": "tsx src/index.ts demo --security",
    "demo:fast": "tsx src/index.ts demo --init --fast"
  },
  "dependencies": {
    "@kya-os/contracts": "^1.10.0",
    "@kya-os/mcp": "1.11.0",
    "@kya-os/mcp-i": "^1.12.0",
    "boxen": "^8.0.1",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^11.0.0",
    "figlet": "^1.8.0",
    "gradient-string": "^3.0.0",
    "inquirer": "^9.2.23",
    "jose": "^5.10.0",
    "open": "^10.1.2",
    "ora": "^8.0.1",
    "terminal-image": "^3.1.1",
    "zod": "^3.25.67"
  },
  "devDependencies": {
    "@types/figlet": "^1.7.0",
    "@types/inquirer": "^9.0.0",
    "@types/node": "^20.0.0",
    "@vitest/coverage-v8": "^4.0.18",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
