{
  "name": "modal",
  "version": "0.7.4",
  "description": "Modal SDK for JavaScript/TypeScript",
  "license": "Apache-2.0",
  "homepage": "https://modal.com/docs/guide/sdk-javascript-go",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/modal-labs/modal-client.git"
  },
  "bugs": "https://github.com/modal-labs/modal-client/issues",
  "type": "module",
  "sideEffects": false,
  "files": [
    "/dist"
  ],
  "main": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "scripts": {
    "build": "tsup",
    "check": "tsc",
    "docs": "typedoc src/index.ts --treatWarningsAsErrors",
    "docs:serve": "npm run docs && http-server ./docs",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint",
    "prepare": "scripts/gen-proto.sh",
    "test": "vitest run",
    "test:watch": "vitest",
    "version": "npm run check",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "cbor-x": "^1.6.0",
    "long": "^5.3.1",
    "nice-grpc": "^2.1.12",
    "protobufjs": "^7.5.0",
    "smol-toml": "^1.3.3",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.28.0",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "^22.15.2",
    "eslint": "^9.28.0",
    "eslint-plugin-import-x": "^4.16.1",
    "globals": "^16.2.0",
    "grpc-tools": "^1.13.0",
    "http-server": "^14.1.1",
    "jsonwebtoken": "^9.0.2",
    "p-queue": "^8.1.0",
    "prettier": "^3.5.3",
    "ts-proto": "^2.7.0",
    "tsup": "^8.4.0",
    "tsx": "^4.20.5",
    "typedoc": "^0.28.5",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.33.1",
    "vitest": "^3.1.2"
  }
}
