{
  "name": "@davehardy20/pi-safe-tools",
  "version": "0.1.0",
  "description": "Pi safety bundle: safe command runners, damage prevention, and secret redaction.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "safety",
    "secret-guard",
    "damage-prevention"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davehardy20/pi-safe-tools.git"
  },
  "bugs": {
    "url": "https://github.com/davehardy20/pi-safe-tools/issues"
  },
  "homepage": "https://github.com/davehardy20/pi-safe-tools#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "yaml": "^2.7.1"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": false
    },
    "typebox": {
      "optional": false
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@types/node": "^24.7.2",
    "typebox": "^1.1.24",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "pi": {
    "extensions": [
      "./src/extensions/safe-command-tools.ts",
      "./src/extensions/rm-rf-blocker.ts",
      "./src/extensions/secret-guard.ts"
    ]
  }
}
