{
  "name": "pi-local-agents-only",
  "version": "0.1.22",
  "description": "Pi extension that strips global AGENTS.md and CLAUDE.md from the effective prompt for selected projects.",
  "author": "Mitch Fultz (https://github.com/fitchmultz)",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "extension"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fitchmultz/pi-local-agents-only.git"
  },
  "bugs": {
    "url": "https://github.com/fitchmultz/pi-local-agents-only/issues"
  },
  "homepage": "https://github.com/fitchmultz/pi-local-agents-only#readme",
  "files": [
    "extensions",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "scripts": {
    "test": "node --test",
    "typecheck": "tsc --noEmit",
    "check": "npm test && npm run typecheck",
    "prepublishOnly": "npm run check"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.1",
    "@types/node": "^25.9.1",
    "typescript": "^6.0.3"
  },
  "packageManager": "npm@11.16.0",
  "engines": {
    "node": ">=22.19.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  }
}
