{
  "name": "@evolvingmachines/modal",
  "version": "0.0.63",
  "keywords": [
    "ai",
    "agents",
    "sandbox",
    "modal",
    "gpu",
    "evolve",
    "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/modal-provider.test.ts && tsx tests/unit/modal-list-pagination.test.ts && tsx tests/unit/modal-files-observe.test.ts"
  },
  "dependencies": {
    "modal": "^0.9.0",
    "tar-stream": "^3.1.7"
  },
  "devDependencies": {
    "@types/node": "^22.15.18",
    "@types/tar-stream": "^3.1.4",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  }
}
