{
  "name": "chevron-venus",
  "version": "1.0.0",
  "description": "Chevron Venus — multi-model council CLI for your terminal",
  "license": "MIT",
  "author": "Chevron Venus",
  "bin": {
    "venus": "bin/venus.js"
  },
  "files": [
    "bin",
    "lib",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "venus",
    "cli",
    "ai",
    "council",
    "chevron"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/edisonrees/venus.git"
  },
  "scripts": {
    "postinstall": "node lib/install.js",
    "prepublishOnly": "node -e \"console.log('Publishing @chevron/venus', require('./package.json').version)\""
  }
}
