ai-slot-web-sdk
Version:
Effortlessly incorporate lifelike digital beings into your web applications, offering real-time conversations, actions, and facial expressions. They support a wide range of voices, languages, and emotional tones.
37 lines (36 loc) • 1.28 kB
JSON
{
"name": "ai-slot-web-sdk",
"description": "Effortlessly incorporate lifelike digital beings into your web applications, offering real-time conversations, actions, and facial expressions. They support a wide range of voices, languages, and emotional tones.",
"keywords": [
"react",
"unity-webgl",
"facial expressions",
"conversational AI",
"interactive web experiences",
"interactive avatars"
],
"version": "0.1.4-alpha.12",
"homepage": "https://ai-slot.ai/",
"main": "dist/cjs/ai-slot-web-client.js",
"browser": "dist/umd/ai-slot-web-client.umd.js",
"types": "dist/typings/ai_slot_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": "",
"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"
}
}