{
  "name": "@yuanchuan/aivo",
  "version": "0.34.0",
  "description": "npm wrapper for the aivo CLI",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuanchuan/aivo.git",
    "directory": "npm"
  },
  "homepage": "https://github.com/yuanchuan/aivo",
  "bin": {
    "aivo": "bin/aivo.js"
  },
  "files": [
    "bin",
    "lib",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "test": "node --test"
  },
  "keywords": [
    "aivo",
    "cli",
    "ai",
    "rust"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
