{
  "name": "@ggcode-cli/ggcode",
  "version": "1.3.99",
  "description": "Thin npm wrapper that installs the ggcode GitHub Release binary",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/topcheer/ggcode.git"
  },
  "homepage": "https://github.com/topcheer/ggcode",
  "bugs": {
    "url": "https://github.com/topcheer/ggcode/issues"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "bin": {
    "ggcode-bootstrap": "bin/ggcode-bootstrap.js"
  },
  "files": [
    "bin",
    "lib",
    "scripts"
  ],
  "scripts": {
    "postinstall": "node ./scripts/postinstall.js"
  },
  "keywords": [
    "ai",
    "cli",
    "coding",
    "ggcode"
  ]
}
