UNPKG

web81028

Version:
59 lines 1.54 kB
{ "name": "web81028", "private": false, "version": "1.0.2", "description": "React widget for voice calls using Vapi", "main": "./dist/webcallcallhq.umd.js", "module": "./dist/webcallcallhq.es.js", "type": "module", "files": [ "dist" ], "exports": { ".": { "import": "./dist/webcallcallhq.es.js", "require": "./dist/webcallcallhq.umd.js" } }, "repository": { "type": "git", "url": "https://github.com/BrokiServices/webcall-widget" }, "keywords": ["react", "vapi", "widget", "voice", "Callhq"], "author": "Callhq.ai", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview", "prepublishOnly": "rm -rf dist && npm run build" }, "cdn": "https://cdn.jsdelivr.net/gh/BrokiServices/webcall-widget/dist/webcallcallhq.cdn.js", "dependencies": { "@tailwindcss/vite": "^4.1.3", "@vapi-ai/web": "^2.2.5", "lodash": "^4.17.21", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwindcss": "^4.1.3" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "vite": "^6.2.0" }, "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0" } }