@sayna-ai/js-sdk
Version:
Browser SDK for connecting Sayna clients to real-time voice rooms.
45 lines (44 loc) • 927 B
JSON
{
"name": "@sayna-ai/js-sdk",
"version": "0.0.4",
"description": "Browser SDK for connecting Sayna clients to real-time voice rooms.",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist/**/*",
"README.md"
],
"keywords": [
"sayna",
"rtc",
"audio",
"voice",
"browser-sdk"
],
"scripts": {
"clean": "rm -rf dist",
"build": "bun run clean && bun x tsc -p tsconfig.build.json",
"typecheck": "bun x tsc --noEmit",
"prepublishOnly": "bun run typecheck && bun run build"
},
"type": "module",
"dependencies": {
"livekit-client": "^1.15.13"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"publishConfig": {
"access": "public"
}
}