{
  "name": "@christianmoesl/pi-sbx",
  "version": "0.4.2",
  "description": "Run Pi coding-agent tool calls inside Docker sbx sandboxes",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "docker",
    "sbx",
    "sandbox"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChristianMoesl/pi-sbx.git"
  },
  "bugs": {
    "url": "https://github.com/ChristianMoesl/pi-sbx/issues"
  },
  "homepage": "https://github.com/ChristianMoesl/pi-sbx#readme",
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "extensions",
    "LICENSE",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/pi-sbx/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.82.1",
    "@types/node": "^26.1.2",
    "typescript": "^7.0.2"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --experimental-strip-types --import ./test/setup.ts --test test/*.test.ts",
    "smoke": "pi --no-extensions -e . --offline --list-models __pi_sbx_smoke__",
    "check": "npm run typecheck && npm test && npm run smoke",
    "publish:npm": "./scripts/publish-npm.sh",
    "release": "./scripts/release.sh",
    "prepublishOnly": "npm run check"
  },
  "dependencies": {
    "typebox": "^1.3.8"
  }
}
