{
  "name": "vibex-cli",
  "version": "1.5.0",
  "description": "VibEx CLI for preparing code for AI analysis",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "vx": "./bin/vx.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@babel/parser": "^8.0.4",
    "@babel/traverse": "^8.0.4",
    "chalk": "^5.6.2",
    "chokidar": "^5.0.0",
    "commander": "^15.0.0",
    "css": "^3.0.0",
    "dotenv": "^17.4.2",
    "fs-extra": "^11.3.6",
    "glob": "^13.0.6",
    "glob-promise": "^6.0.7",
    "isbinaryfile": "^6.0.0",
    "node-html-parser": "^9.0.0",
    "parse-gitignore": "^2.0.0",
    "python-ast": "^0.1.0",
    "swift-parser": "^0.1.2",
    "vibex-cli": "^0.2.3"
  }
}
