{
  "name": "@evolvingmachines/e2b",
  "version": "0.0.52",
  "keywords": [
    "ai",
    "agents",
    "sandbox",
    "e2b",
    "evolve-sdk",
    "orchestration"
  ],
  "homepage": "https://github.com/evolving-machines-lab/evolve",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evolving-machines-lab/evolve.git"
  },
  "type": "module",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "files": [
    "dist",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "tsup --minify",
    "dev": "tsup --watch",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@e2b/code-interpreter": "^2.0.1"
  },
  "devDependencies": {
    "@types/node": "^22.15.18",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  }
}
