{
  "name": "betool-cli",
  "version": "0.6.7",
  "description": "betool — Assistant IA conversationnel en CLI",
  "homepage": "https://github.com/yossigabay/betool-releases",
  "repository": {
    "type": "git",
    "url": "https://github.com/yossigabay/betool-releases.git"
  },
  "license": "UNLICENSED",
  "bin": {
    "betool": "bin/betool.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "bin/betool.js",
    "install.js"
  ],
  "os": ["win32", "linux", "darwin"],
  "cpu": ["x64", "arm64"],
  "keywords": ["betool", "ai", "cli", "assistant", "code"],
  "engines": {
    "node": ">=16"
  }
}
