UNPKG

zedai-voice

Version:

Siri-like voice banking SDK for React Native - Complete voice-powered fintech solution with wake word detection and beautiful UI

109 lines (108 loc) 2.67 kB
{ "name": "zedai-voice", "version": "1.0.1", "description": "Siri-like voice banking SDK for React Native - Complete voice-powered fintech solution with wake word detection and beautiful UI", "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib --copy-files", "build:watch": "babel src --out-dir lib --copy-files --watch", "test": "echo 'Tests coming soon' && exit 0", "lint": "echo 'Linting coming soon' && exit 0", "prepare": "npm run build", "prepublishOnly": "npm run build", "clean": "rm -rf lib/" }, "keywords": [ "voice", "fintech", "banking", "react-native", "sdk", "openai", "speech-recognition", "siri-like", "wake-word", "voice-ui", "money-transfer", "voice-banking", "conversational-ai", "mobile-banking", "voice-assistant" ], "author": { "name": "Shalom Rayhamen", "email": "shalom@fractnmoney.com", "url": "https://github.com/CodaBae" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/CodaBae/zedai-voice.git" }, "bugs": { "url": "https://github.com/CodaBae/zedai-voice/issues" }, "homepage": "https://github.com/CodaBae/zedai-voice#readme", "files": [ "lib/", "README.md", "LICENSE", "package.json" ], "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" }, "dependencies": { "@react-native-async-storage/async-storage": "^1.19.3", "@react-native-voice/voice": "^3.2.4", "react-native-fs": "^2.20.0", "react-native-tts": "^4.1.0", "crypto-js": "^4.1.1", "axios": "^1.5.0" }, "optionalDependencies": { "@react-native-blur/blur": "^4.3.2", "lottie-react-native": "^6.4.1", "react-native-reanimated": "^3.5.4", "react-native-gesture-handler": "^2.13.4", "react-native-sound": "^0.11.2" }, "devDependencies": { "@babel/cli": "^7.22.0", "@babel/core": "^7.22.0", "@babel/preset-env": "^7.22.0", "@babel/preset-react": "^7.22.0" }, "peerDependencies": { "react": ">=16.8.0 <20.0.0", "react-native": ">=0.60.0 <0.81.0" }, "peerDependenciesMeta": { "@react-native-blur/blur": { "optional": true }, "lottie-react-native": { "optional": true }, "react-native-reanimated": { "optional": true }, "react-native-gesture-handler": { "optional": true }, "react-native-sound": { "optional": true } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react" ] } }