UNPKG

alpha-ai-avatar-sdk-aipi

Version:
90 lines (89 loc) 2.63 kB
{ "name": "alpha-ai-avatar-sdk-aipi", "version": "1.0.1", "description": "Alpha AI Avatar SDK (AIPI)", "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-aipi", "repository": { "url": "git+https://github.com/agencyenterprise/alpha-ai-avatar-sdk-aipi.git" }, "keywords": [ "avatar", "sdk", "react", "aipi", "alpha-ai" ], "scripts": { "dev": "rollup -c -w", "build": "rollup -c", "build:types": "tsc", "test": "jest" }, "devDependencies": { "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@deepgram/sdk": "^3.4.1", "@eslint/compat": "^1.1.0", "@eslint/js": "^9.5.0", "@radix-ui/react-icons": "^1.3.1", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@testing-library/dom": "^10.2.0", "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@types/jest": "^29.5.12", "@types/react": "^18.3.3", "alpha-ai-avatar-sdk-js": "^0.0.36", "autoprefixer": "^10.4.20", "babel-eslint": "^10.1.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "eslint": "9.x", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.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", "lucide-react": "^0.454.0", "microsoft-cognitiveservices-speech-sdk": "^1.38.0", "postcss": "^8.4.47", "postcss-import": "^16.1.0", "prettier": "^3.3.2", "react": "^18.3.1", "react-dom": "^18.3.1", "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", "rollup-plugin-postcss": "^4.0.2", "tailwind-merge": "^2.5.4", "tailwindcss": "^3.4.14", "tailwindcss-animate": "^1.0.7", "ts-jest": "^29.1.5", "tslib": "^2.6.3", "typescript": "^5.5.2", "typescript-eslint": "^7.14.1", "universal-cookie": "^7.1.4" }, "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "dependencies": { "@radix-ui/react-progress": "^1.1.0", "@radix-ui/react-slot": "^1.1.0" } }