{
  "name": "pi-yolo-bypass",
  "version": "0.3.1",
  "description": "Dynamic full-permission bypass toggle for pi-permission-system with backup/restore of policy files.",
  "type": "module",
  "main": "./index.ts",
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "index.ts",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "npx --yes -p typescript@5.7.3 tsc -p tsconfig.json --noEmit",
    "test": "vitest run"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-permission-system",
    "yolo",
    "bypass",
    "permissions"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skyscribe-yf/pi-yolo-bypass.git"
  },
  "homepage": "https://github.com/skyscribe-yf/pi-yolo-bypass#readme",
  "bugs": {
    "url": "https://github.com/skyscribe-yf/pi-yolo-bypass/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.75.4"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.75.5",
    "@types/node": "^22.19.19",
    "typescript": "^5.9.3",
    "vitest": "^4.1.7"
  }
}
