aivideocall
Version:
Using this package, you can integrate the callyourai video-call component into your react application.
62 lines (61 loc) • 1.81 kB
JSON
{
"name": "aivideocall",
"version": "1.0.5-alpha2",
"description": "Using this package, you can integrate the callyourai video-call component into your react application.",
"keywords": [
"videocall",
"ai",
"agent",
"video",
"call",
"react",
"component",
"callyourai"
],
"author": "Jonas Willaredt <jonas@callyour.ai>",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
"lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm link ../../library && cd ../../library && npm run build && cd ../implementations/AIVideoCall && tsc && vite build"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/node": "^18.17.0",
"css-loader": "^6.7.3",
"html-loader": "^4.2.0",
"@types/react-speech-recognition": "^3.9.5",
"@types/uuid": "^9.0.8",
"@types/webspeechapi": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.2.5",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.14.1",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-dts": "^3.9.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"uuid": "^9.0.1"
}
}