{
  "name": "pi-sandbox-docker",
  "version": "0.1.0",
  "description": "On-demand disposable Docker sandbox for Pi: run code in a fresh, offline Debian container with read-only project mount and per-run network approval.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "docker",
    "sandbox",
    "container"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kiy-K/pi-sandbox-docker.git"
  },
  "files": [
    "extensions",
    "image",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "latest",
    "@types/node": "^26.2.0",
    "tsx": "^4.19.0",
    "typebox": "latest",
    "typescript": "^5.6.0"
  },
  "scripts": {
    "test": "node --import tsx --test tests/unit.test.ts",
    "test:integration": "node --import tsx --test tests/integration.test.ts",
    "check": "tsc --noEmit -p tsconfig.json"
  },
  "engines": {
    "node": ">=20"
  }
}
