UNPKG

voice-ai-workforce

Version:

Voice AI assistant for workforce management - hands-free task updates, time tracking, and team communication. Built by VenueBoost Inc.

43 lines (42 loc) 955 B
{ "name": "@voice-ai-workforce/react", "version": "1.0.8", "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.6", "@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" }