UNPKG

@voice-ai-workforce/react

Version:

React components with 3-tier interface modes for voice-controlled workforce applications

43 lines (42 loc) 955 B
{ "name": "@voice-ai-workforce/react", "version": "1.0.9", "description": "React components with 3-tier interface modes for voice-controlled workforce applications", "main": "dist/react/src/index.js", "types": "dist/react/src/index.d.ts", "exports": { ".": { "types": "./dist/react/src/index.d.ts", "require": "./dist/react/src/index.js", "import": "./dist/react/src/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist" }, "dependencies": { "@voice-ai-workforce/types": "^1.0.7", "@voice-ai-workforce/core": "^1.0.5" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "keywords": [ "react", "voice-ai", "components", "hooks", "three-tier-interface", "developer-mode", "project-mode", "end-user-mode", "workforce-management" ], "license": "MIT" }