{
  "name": "sandboxbox",
  "version": "3.0.78",
  "description": "Lightweight process containment sandbox for CLI tools - Playwright, Claude Code, and more. Pure Node.js, no dependencies.",
  "type": "module",
  "main": "cli.js",
  "bin": {
    "sandboxbox": "cli.js"
  },
  "scripts": {
    "start": "node cli.js",
    "test:gpu": "source /etc/profile.d/gpu-acceleration.sh && playwright test",
    "playwright:gpu": "source /etc/profile.d/gpu-acceleration.sh && playwright"
  },
  "keywords": [
    "sandbox",
    "process-isolation",
    "playwright",
    "claude-code",
    "cli-tools",
    "environment-isolation",
    "cross-platform",
    "windows",
    "macos",
    "linux",
    "portable",
    "npm",
    "npx"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.21.1",
    "undici": "^7.16.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnEntrypoint/sandboxbox.git"
  },
  "homepage": "https://github.com/AnEntrypoint/sandboxbox#readme",
  "bugs": {
    "url": "https://github.com/AnEntrypoint/sandboxbox/issues"
  }
}
