{
  "name": "@cleocode/git-shim",
  "version": "2026.6.18",
  "private": false,
  "type": "module",
  "description": "Harness-agnostic git shim for CLEO agent branch-protection (T1118)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "git": "./dist/shim.js"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "keywords": [
    "cleo",
    "git",
    "shim",
    "agent",
    "branch-protection"
  ],
  "engines": {
    "node": ">=24.16.0"
  },
  "author": "CLEO Code <hello@cleocode.dev>",
  "license": "MIT",
  "dependencies": {
    "@cleocode/paths": "2026.6.18",
    "@cleocode/contracts": "2026.6.18"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kryptobaseddev/cleo",
    "directory": "packages/git-shim"
  },
  "scripts": {
    "build": "tsc -b",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}