{
  "name": "portabox",
  "version": "0.1.7",
  "description": "Self-contained sandbox SDK: run a real x86_64 Linux userspace in the browser or Node, with no server and no network — backed by the webix Blink WASM emulator.",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "NOTICE.md"
  ],
  "scripts": {
    "clean": "rm -rf node_modules dist",
    "build": "tsdown",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "build:demo": "node browser-demo/build-demo.mjs"
  },
  "keywords": [
    "sandbox",
    "wasm",
    "x86_64",
    "linux",
    "browser",
    "blink",
    "microvm"
  ],
  "homepage": "https://github.com/AnEntrypoint/portabox#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnEntrypoint/portabox.git"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "ms": "2.1.3",
    "webix": "github:AnEntrypoint/webix",
    "zod": "3.24.4"
  },
  "devDependencies": {
    "@types/ms": "2.1.0",
    "@types/node": "22.15.12",
    "tsdown": "0.16.6",
    "typescript": "5.8.3",
    "vitest": "3.2.1"
  }
}
