{
  "name": "pi-os-guard",
  "version": "0.1.2",
  "description": "OS-sandboxed read-only / restricted execution for pi (bubblewrap on Linux, sandbox-exec on macOS).",
  "type": "module",
  "license": "MIT",
  "author": "Oxel40",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Oxel40/pi-os-guard.git"
  },
  "keywords": [
    "pi-package",
    "extension",
    "sandbox",
    "security",
    "bwrap",
    "sandbox-exec"
  ],
  "files": [
    "index.ts",
    "config.ts",
    "operations.ts",
    "paths.ts",
    "runtime.ts",
    "sandbox.ts",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": ["./index.ts"]
  }
}
