{
  "name": "@lizard-build/sdk",
  "version": "0.1.38",
  "description": "Firecracker microVM sandboxes for AI agents — boot Linux in milliseconds, run code, write files, expose ports over HTTPS, then pause a session with memory intact and resume it later. TypeScript SDK for Lizard Sandboxes (lizard.build).",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
    "test": "vitest run",
    "lint": "eslint src"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "sandbox",
    "sandboxes",
    "microvm",
    "firecracker",
    "ai-agents",
    "code-interpreter",
    "code-execution",
    "cloud",
    "paas",
    "lizard"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lizard-build/lizard-sdk.git",
    "directory": "packages/js"
  },
  "homepage": "https://lizard.build",
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.4.5",
    "vitest": "^1.0.0"
  }
}
