voice-ai-workforce
Version:
Voice AI assistant for workforce management - hands-free task updates, time tracking, and team communication. Built by VenueBoost Inc.
29 lines (28 loc) • 550 B
JSON
{
"name": "@voice-ai-workforce/core",
"version": "1.0.5",
"description": "Core voice AI functionality for workforce management",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist"
},
"keywords": [
"voice-ai",
"speech-recognition",
"ai"
],
"license": "MIT"
}