{
  "name": "@agent-git/skill",
  "type": "module",
  "version": "1.0.2",
  "description": "Installable Agent-Git skill instructions for AI coding agents.",
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "bin": {
    "agent-git-skill": "dist/index.mjs"
  },
  "files": [
    "dist",
    "skills"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@agent-git/typescript-config": "0.0.0"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "start": "tsx src/index.ts"
  }
}