{
  "name": "@stixxert/pi-docker-sandbox",
  "version": "1.1.5",
  "description": "pi extension: a private docker sandbox (sbx microVM with its own daemon) as the agent's deploy target — the host's docker is never exposed.",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stixxert/pi-docker-sandbox.git"
  },
  "files": [
    "index.ts",
    "sandbox/",
    "template/",
    "test-loader.mjs",
    "README.md",
    "boundary.md",
    "security.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package"
  ],
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node smoke-test.mjs",
    "e2e": "node sandbox/e2e.mjs",
    "template": "bash template/build.sh",
    "template:check": "bash template/build.sh --check",
    "prepublishOnly": "npm run typecheck && npm test",
    "release": "semantic-release"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@types/node": "^24.0.0",
    "semantic-release": "^25.0.9",
    "typescript": "^5.9.0"
  }
}
