{
  "name": "@vcsys/cli",
  "version": "1.0.36",
  "description": "Modular VCSYS CLI - Install AI agents, templates, and workflows as individual blocks",
  "main": "dist/index.js",
  "files": [
    "dist/**/*",
    "src/resources/**/*",
    "src/claude-resources/**/*",
    "src/supabase-resources/**/*"
  ],
  "bin": {
    "vcsys": "./dist/cli/index.js"
  },
  "type": "commonjs",
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/cli/index.ts",
    "test": "jest",
    "update-version": "node scripts/update-version.js",
    "prebuild": "npm run update-version",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "vcsys",
    "cli",
    "ai",
    "agents",
    "templates",
    "modular",
    "blocks"
  ],
  "author": "VCSYS",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/your-org/vcsys-cli.git"
  },
  "homepage": "https://vcsys.ai",
  "dependencies": {
    "commander": "^11.0.0",
    "chalk": "^4.1.2",
    "ora": "^5.4.1",
    "inquirer": "^8.2.6",
    "fs-extra": "^11.1.1",
    "glob": "^10.3.3",
    "semver": "^7.5.4",
    "node-fetch": "^2.7.0",
    "yaml": "^2.3.2",
    "axios": "^1.5.0",
    "open": "^8.4.2",
    "express": "^4.18.2"
  },
  "devDependencies": {
    "@types/node": "^20.5.0",
    "@types/fs-extra": "^11.0.1",
    "@types/inquirer": "^9.0.3",
    "@types/semver": "^7.5.0",
    "@types/node-fetch": "^2.6.4",
    "@types/express": "^4.17.17",
    "typescript": "^5.1.6",
    "ts-node": "^10.9.1",
    "jest": "^29.6.2",
    "@types/jest": "^29.5.3"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "vcsys": {
    "type": "core",
    "version": "1.0.0",
    "description": "Core modular CLI with block installation system",
    "capabilities": [
      "install",
      "add",
      "registry",
      "status",
      "create"
    ]
  }
}
