{
  "name": "@firetell/firetell-client-sdk",
  "version": "1.2.5",
  "description": "TypeScript/JavaScript SDK for Firetell WebRTC — make and receive audio/video calls via native per-call WebSocket signaling",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "patch": "npm version patch",
    "build": "tsup",
    "lint": "eslint src/",
    "prepublishOnly": "npm run build",
    "release": "npm run build && npm publish --access=public --registry=https://registry.npmjs.org/"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "author": "developers@firetell.com",
  "license": "MIT",
  "keywords": [
    "sip",
    "webrtc",
    "voip",
    "firetell",
    "websocket",
    "webrtc-signaling",
    "telephony",
    "sdk"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/firetellcom/firetell-client-sdk.git"
  },
  "homepage": "https://developers.firetell.com/docs/sdks/javascript",
  "bugs": {
    "url": "https://github.com/firetellcom/firetell-client-sdk/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@eslint/js": "^9.36.0",
    "@types/node": "^24.7.0",
    "eslint": "^9.36.0",
    "globals": "^16.4.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.45.0"
  }
}
