UNPKG

convai-web-sdk

Version:

Integrate lifelike digital beings into your web applications with real-time conversations, actions, and facial expressions. Supports a variety of voices, languages, and emotions.

40 lines (39 loc) 1.34 kB
{ "name": "convai-web-sdk", "description": "Integrate lifelike digital beings into your web applications with real-time conversations, actions, and facial expressions. Supports a variety of voices, languages, and emotions.", "keywords": [ "react", "unity-webgl", "facial expressions", "conversational AI", "interactive web experiences", "interactive avatars" ], "version": "0.1.4", "homepage": "https://www.convai.com/", "main": "dist/cjs/convai-web-client.js", "browser": "dist/umd/convai-web-client.umd.js", "types": "dist/typings/convai_client.d.ts", "scripts": { "clean": "rm -rf dist", "postbootstrap": "npm run lib:build", "lib:build": "npm run clean && webpack && cp -r ./_proto ./dist/", "build-window": "webpack --config webpack.config.js && cp -r ./Proto ./dist/" }, "license": "Apache-2.0", "author": "Convai Technologies Inc.", "devDependencies": { "@improbable-eng/grpc-web": "^0.15.0", "@types/node": "^18.15.1", "google-protobuf": "^3.21.2", "msr": "^1.3.4", "terser-webpack-plugin": "^5.3.10", "ts-loader": "^9.5.0", "webpack": "^5.76.0", "webpack-bundle-analyzer": "^4.10.1", "webpack-cli": "^5.0.1" }, "bugs": { "url": "https://github.com/Conv-AI/Convai-Web-SDK/issues" } }