{
  "name": "@foxfirecodes/pi-sandbox",
  "version": "0.3.0",
  "description": "OS-level sandboxing for pi with interactive permission prompts (fork)",
  "keywords": [
    "pi-extension",
    "pi-package"
  ],
  "homepage": "https://github.com/foxfirecodes/pi-sandbox",
  "bugs": {
    "url": "https://github.com/foxfirecodes/pi-sandbox/issues"
  },
  "license": "MIT",
  "author": "Chris Arderne <chris@rdrn.me>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foxfirecodes/pi-sandbox.git"
  },
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@changesets/cli": "^2.31.0",
    "@foxfirecodes/sandbox-runtime": "0.0.49-foxfire.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.78.0",
    "@earendil-works/pi-tui": "^0.78.0",
    "@types/node": "^24",
    "oxfmt": "^0.52.0",
    "oxlint": "^1.62.0",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.78.0"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "overrides": {
    "lodash-es": ">=4.18.1",
    "minimatch": ">=10.2.1"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "fmt": "oxfmt",
    "lint": "oxlint",
    "check": "tsc --noEmit",
    "test": "node --test tests/*.test.mjs",
    "all": "npm run fmt && npm run lint && npm run check && npm run test",
    "ci:fmt": "oxfmt --check",
    "ci:lint": "npm run lint",
    "ci:check": "npm run check"
  }
}