{
  "name": "rinco-pi-rule",
  "version": "0.1.1",
  "description": "A Pi extension that detects your project stack and safely adds pinned ECC rules to AGENTS.md.",
  "type": "module",
  "license": "MIT",
  "author": "Rincolin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rinisnotarobot/rinco-pi-rule.git"
  },
  "homepage": "https://github.com/Rinisnotarobot/rinco-pi-rule#readme",
  "bugs": {
    "url": "https://github.com/Rinisnotarobot/rinco-pi-rule/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "ecc",
    "everything-claude-code",
    "agents-md",
    "developer-tools",
    "rules"
  ],
  "files": [
    "index.ts",
    "src",
    "rules",
    "docs",
    "README.md",
    "README.zh-CN.md",
    "LICENSE",
    "THIRD-PARTY-NOTICES"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm run test && npm run pack:dry-run",
    "pack:dry-run": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.0",
    "@types/node": "^24.0.0",
    "@vitest/coverage-v8": "^4.1.10",
    "typescript": "^5.8.0",
    "vitest": "^4.1.10"
  },
  "engines": {
    "node": ">=20.6.0"
  }
}
