UNPKG

alpha-ai-avatar-sdk-js

Version:
64 lines (63 loc) 1.87 kB
{ "name": "alpha-ai-avatar-sdk-js", "version": "0.0.36", "description": "Alpha AI Avatar SDK (JS)", "main": "index.js", "module": "index.esm.js", "types": "index.d.ts", "author": "William Sanches", "license": "MIT", "homepage": "https://github.com/agencyenterprise/alpha-ai-avatar-sdk-js", "repository": { "url": "git+https://github.com/agencyenterprise/alpha-ai-avatar-sdk-js.git" }, "keywords": [ "avatar", "sdk", "alpha-ai" ], "scripts": { "dev": "rollup -c -w", "build": "rollup -c", "build:types": "tsc", "test": "jest" }, "devDependencies": { "@azure/openai": "^1.0.0-beta.12", "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@eslint/compat": "^1.1.0", "@eslint/js": "^9.5.0", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@testing-library/dom": "^10.2.0", "@testing-library/jest-dom": "^6.4.6", "@types/jest": "^29.5.12", "babel-eslint": "^10.1.0", "eslint": "9.x", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "globals": "^15.6.0", "isomorphic-unfetch": "^4.0.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "livekit-client": "^2.3.1", "microsoft-cognitiveservices-speech-sdk": "^1.38.0", "postcss": "^8.4.38", "postcss-import": "^16.1.0", "prettier": "^3.3.2", "rollup": "^4.18.0", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.1.5", "tslib": "^2.6.3", "typescript": "^5.5.2", "typescript-eslint": "^7.14.1", "universal-cookie": "^7.1.4" } }