UNPKG

@millisai/web-sdk

Version:

Millis AI's web sdk to build voice agents on web and browser extension.

36 lines (35 loc) 760 B
{ "name": "@millisai/web-sdk", "version": "1.0.16", "description": "Millis AI's web sdk to build voice agents on web and browser extension.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "millis", "ai", "voice", "voice agent", "voice assistant", "voice ai", "text to speech" ], "author": "Millis AI", "license": "ISC", "devDependencies": { "ts-node": "^10.9.2", "tsup": "^8.0.2", "typescript": "^5.4.5" }, "dependencies": { "@alexanderolsen/libsamplerate-js": "^2.1.1", "eventemitter3": "^5.0.1" } }