{
  "name": "@audin.ai/operator-sdk",
  "version": "0.3.0",
  "description": "Headless browser SDK for the Audin operator softphone — make and receive calls over the Audin operator WebSockets.",
  "type": "module",
  "main": "./dist/audin-operator-sdk.umd.cjs",
  "module": "./dist/audin-operator-sdk.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/audin-operator-sdk.js",
      "require": "./dist/audin-operator-sdk.umd.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "dev": "vite",
    "build": "tsc --emitDeclarationOnly --outDir dist && vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "audin",
    "softphone",
    "operator",
    "websocket",
    "voice",
    "sdk"
  ],
  "license": "MIT",
  "author": "The Cove S.r.l. (https://audin.ai)",
  "homepage": "https://audin.ai",
  "bugs": {
    "url": "https://audin.ai"
  },
  "devDependencies": {
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vitest": "^4.1.5"
  }
}
