{
  "name": "@sandbank.dev/boxlite",
  "version": "0.7.1",
  "description": "BoxLite bare-metal sandbox adapter for Sandbank",
  "license": "MIT",
  "type": "module",
  "homepage": "https://sandbank.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/chekusu/sandbank.git",
    "directory": "packages/boxlite"
  },
  "keywords": [
    "sandbox",
    "ai-agent",
    "boxlite",
    "bare-metal",
    "kvm"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@boxlite-ai/boxlite": "^0.9.7",
    "@sandbank.dev/core": "^0.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.3.0",
    "typescript": "^5.7.3"
  }
}
