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) • 544 B
JSON
{
"name": "@voice-ai-workforce/types",
"version": "1.0.6",
"description": "TypeScript type definitions for Voice AI Workforce",
"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": [
"typescript",
"types",
"voice-ai"
],
"license": "MIT"
}