{
  "name": "gurtcli",
  "version": "1.1.5",
  "description": "A coding agent in your terminal. Type what you want. It does the rest.",
  "bin": {
    "gurtcli": "./cli.js"
  },
  "main": "./cli.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sillygru/gurtcli.git"
  },
  "homepage": "https://github.com/sillygru/gurtcli",
  "bugs": {
    "url": "https://github.com/sillygru/gurtcli/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node install.js"
  }
}