UNPKG

@airsurfer09/web-handsfree

Version:

A React package for integrating Convai's AI-powered voice assistants with LiveKit for real-time audio/video conversations

87 lines (86 loc) 2.37 kB
{ "name": "@airsurfer09/web-handsfree", "version": "1.0.8", "description": "A React package for integrating Convai's AI-powered voice assistants with LiveKit for real-time audio/video conversations", "private": false, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "build:prod": "NODE_ENV=production tsc", "dev": "tsc --watch", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build:prod", "changeset": "changeset", "version": "changeset version", "release": "npm run build:prod && changeset publish", "example:react": "cd examples/react && pnpm dev", "example:react:build": "cd examples/react && pnpm build", "examples:dev": "pnpm example:react", "examples:build": "pnpm example:react:build", "examples:install": "pnpm install && cd examples/react && pnpm install", "examples:clean": "pnpm clean && cd examples/react && pnpm clean" }, "keywords": [ "convai", "livekit", "react", "typescript", "ai", "voice-assistant", "video-chat", "real-time", "webrtc" ], "author": "Convai <support@convai.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/convai/web-handsfree.git" }, "bugs": { "url": "https://github.com/convai/web-handsfree/issues" }, "homepage": "https://github.com/convai/web-handsfree#readme", "dependencies": { "@livekit/components-react": "^2.9.3", "@livekit/components-styles": "^1.1.4", "framer-motion": "^11.18.0", "livekit-client": "^2.8.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@changesets/cli": "^2.29.5", "@types/node": "^20.17.13", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "autoprefixer": "^10.4.21", "esbuild": "^0.25.8", "postcss": "^8.5.6", "react": "^18.3.1", "react-dom": "^18.3.1", "rimraf": "^5.0.0", "tailwind-scrollbar": "^4.0.2", "tailwindcss": "^3.4.17", "typescript": "^5.7.3" }, "files": [ "dist", "README.md" ] }