{
  "name": "@evolvingmachines/daytona",
  "version": "0.0.55",
  "keywords": [
    "ai",
    "agents",
    "sandbox",
    "daytona",
    "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",
    "test:unit": "tsx tests/unit/daytona-commands.test.ts"
  },
  "dependencies": {
    "@daytonaio/sdk": "^0.134.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.18",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  }
}
