{
  "name": "@opencoven/coven-code",
  "version": "0.5.1",
  "description": "Open-source agentic coding TUI for the terminal \u2014 OpenCoven fork of Claurst",
  "license": "GPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenCoven/coven-code.git"
  },
  "homepage": "https://opencoven.ai",
  "bugs": {
    "url": "https://github.com/OpenCoven/coven-code/issues"
  },
  "keywords": [
    "ai",
    "coding-agent",
    "tui",
    "rust",
    "coven",
    "opencoven",
    "terminal",
    "agentic"
  ],
  "author": "OpenCoven (based on Claurst by Kuber Mehta)",
  "bin": {
    "coven-code": "bin/coven-code",
    "coven-cave": "bin/coven-code"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "bin/",
    "install.js",
    "checksums.json",
    "README.md",
    "ATTRIBUTION.md"
  ],
  "engines": {
    "node": ">=16"
  }
}
