{
  "name": "magicbell-js",
  "version": "1.7.2",
  "description": "OpenAPI 3.1.0 Specification for MagicBell API.",
  "keywords": [
    "typescript",
    "sdk",
    "api",
    "client"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magicbell/magicbell-js.git",
    "directory": "packages/magicbell-js"
  },
  "author": "MagicBell",
  "type": "module",
  "exports": {
    "./project-client": {
      "import": {
        "types": "./dist/esm/project-client.d.ts",
        "default": "./dist/esm/project-client.js"
      },
      "require": {
        "types": "./dist/commonjs/project-client.d.ts",
        "default": "./dist/commonjs/project-client.js"
      }
    },
    "./realtime": {
      "import": {
        "types": "./dist/esm/realtime.d.ts",
        "default": "./dist/esm/realtime.js"
      },
      "require": {
        "types": "./dist/commonjs/realtime.d.ts",
        "default": "./dist/commonjs/realtime.js"
      }
    },
    "./user-client": {
      "import": {
        "types": "./dist/esm/user-client.d.ts",
        "default": "./dist/esm/user-client.js"
      },
      "require": {
        "types": "./dist/commonjs/user-client.d.ts",
        "default": "./dist/commonjs/user-client.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "/project-client/package.json",
    "/user-client/package.json",
    "/realtime/package.json"
  ],
  "scripts": {
    "build": "run-s build:bundle build:node10 build:docs build:attw",
    "build:attw": "attw -P --profile node16",
    "build:bundle": "tshy",
    "build:docs": "./scripts/liblab-docs.ts",
    "build:node10": "./scripts/fix-node10.ts",
    "codegen": "run-s codegen:user-client codegen:project-client",
    "codegen:project-client": "./scripts/liblab-gen.ts --spec https://www.magicbell.com/docs/api/openapi.project.json --target project-client",
    "codegen:user-client": "./scripts/liblab-gen.ts --spec https://www.magicbell.com/docs/api/openapi.user.json --target user-client",
    "start": "tshy --watch"
  },
  "dependencies": {
    "zod": "3.25.76"
  },
  "devDependencies": {
    "@magicbell/codegen": "^0.4.0",
    "typescript": "5.7.3"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "docs": {
    "name": "JavaScript SDK"
  },
  "tshy": {
    "project": "./tsconfig.build.json",
    "exports": "./src/*.ts"
  }
}
