UNPKG

@varunmhajan/hom-i-voice-ai

Version:

Voice AI utilities for home loan assistance with India-specific formatting

37 lines (36 loc) 904 B
{ "name": "@varunmhajan/hom-i-voice-ai", "version": "1.6.0", "description": "Voice AI utilities for home loan assistance with India-specific formatting", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "clean": "rm -rf dist" }, "keywords": ["voice", "ai", "home-loan", "india", "formatting", "tts", "speech"], "author": "HOM-i Team", "license": "MIT", "files": [ "dist" ], "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", "@types/jest": "^29.5.4", "@types/node": "^20.5.0", "@types/react": "^18.2.20", "jest": "^29.6.2", "rollup": "^3.28.0", "rollup-plugin-dts": "^5.3.1", "typescript": "^5.1.6" }, "dependencies": { "tslib": "^2.6.2" } }