{
  "name": "@growhats/webphone",
  "version": "1.3.33",
  "description": "Webphone widget para chamadas VoIP WhatsApp via GroWHats — drop-in replacement para @wavoip/wavoip-webphone",
  "type": "module",
  "main": "dist/growhats-webphone.umd.js",
  "module": "dist/growhats-webphone.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/growhats-webphone.es.js",
      "require": "./dist/growhats-webphone.umd.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "webphone",
    "voip",
    "whatsapp",
    "growhats",
    "calling",
    "recording",
    "widget"
  ],
  "author": "GroWHats",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/growhats/webphone.git"
  },
  "homepage": "https://github.com/growhats/webphone#readme",
  "bugs": {
    "url": "https://github.com/growhats/webphone/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "typescript": "^5.8.0",
    "vite": "^6.0.0",
    "vite-plugin-dts": "^4.5.0"
  },
  "dependencies": {
    "@growhats/webphone": "^1.3.28",
    "socket.io-client": "^4.8.3"
  }
}
