UNPKG

flex-ivr-reporting

Version:

Analyzes Twilio Flex IVR call flows to identify drop-off points and user hang-ups, helping teams pinpoint where callers disengage in the experience.

38 lines (37 loc) 956 B
{ "name": "flex-ivr-reporting", "version": "1.1.0", "description": "Analyzes Twilio Flex IVR call flows to identify drop-off points and user hang-ups, helping teams pinpoint where callers disengage in the experience.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/rithik-c/flex-ivr-reporting.git" }, "keywords": [ "Twilio" ], "author": "Rithik C", "license": "UNLICENSED", "bugs": { "url": "https://github.com/rithik-c/flex-ivr-reporting/issues" }, "homepage": "https://github.com/rithik-c/flex-ivr-reporting#readme", "peerDependencies": { "@material-ui/icons": "^4.11.3", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/react": "^19.1.8", "typescript": "^5.8.3" }, "dependencies": { "@twilio/flex-ui": "^2.13.1" } }