{
  "name": "pi-clinepass",
  "version": "0.1.5",
  "description": "ClinePass for pi — static measured-price catalog, server-truth billing meter, free models",
  "keywords": [
    "ai",
    "cline",
    "cline-pass",
    "clinepass",
    "pi",
    "pi-coding-agent",
    "pi-package",
    "pi-extension"
  ],
  "license": "MIT",
  "author": "fifidayone",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fifidayone/pi-clinepass.git"
  },
  "type": "module",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "files": [
    "src",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@types/node": "^26.3.0",
    "typescript": "^7.0.2",
    "vitest": "^4.1.11"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/fifidayone/pi-clinepass/main/assets/report.png"
  }
}
