{
  "name": "token-phish-blocker",
  "version": "1.1.2",
  "description": "Always-on anti-hedging policy for the Pi coding agent — auto-fix instead of caveat, with a mandatory audit trail and a live status-line counter.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "coding-agent",
    "policy",
    "anti-hedging"
  ],
  "license": "MIT",
  "type": "module",
  "author": {
    "name": "getdatasurge",
    "url": "https://github.com/getdatasurge"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getdatasurge/token-phish-blocker.git"
  },
  "homepage": "https://github.com/getdatasurge/token-phish-blocker#readme",
  "bugs": {
    "url": "https://github.com/getdatasurge/token-phish-blocker/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "extensions",
    "docs/POLICY.md",
    "assets",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "test": "bun test/simulate.ts"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "image": "https://raw.githubusercontent.com/getdatasurge/token-phish-blocker/main/assets/preview.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "latest",
    "typebox": "latest",
    "typescript": "^5.7.0"
  }
}
