voice-ai-workforce
Version:
Voice AI assistant for workforce management - hands-free task updates, time tracking, and team communication. Built by VenueBoost Inc.
81 lines (80 loc) • 2.99 kB
JSON
{
"name": "voice-ai-workforce",
"version": "1.0.7",
"description": "Voice AI assistant for workforce management - hands-free task updates, time tracking, and team communication. Built by VenueBoost Inc.",
"repository": {
"type": "git",
"url": "https://github.com/devvenueboost/voice-ai-workforce.git"
},
"homepage": "https://github.com/devvenueboost/voice-ai-workforce#readme",
"bugs": {
"url": "https://github.com/devvenueboost/voice-ai-workforce/issues"
},
"private": false,
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"build": "npm run build --workspaces",
"build:types": "cd packages/types && npm run build",
"build:core": "cd packages/core && npm run build",
"build:react": "cd packages/react && npm run build",
"build:sequential": "npm run build:types && npm run build:core && npm run build:react",
"dev": "npm run dev --workspaces",
"dev:demo": "npm run build:sequential && cd examples/three-tier-demo && npm run dev",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch --passWithNoTests",
"test:coverage": "jest --coverage --passWithNoTests",
"test:ci": "jest --ci --coverage --watchAll=false --passWithNoTests",
"test:debug": "jest --no-cache --detectOpenHandles --forceExit",
"lint": "eslint packages/*/src/**/*.{ts,tsx}",
"lint:fix": "eslint packages/*/src/**/*.{ts,tsx} --fix",
"clean": "rm -rf packages/*/dist && rm -rf node_modules/.cache && rm -rf coverage",
"clean:modules": "rm -rf node_modules && rm -rf packages/*/node_modules && rm -rf examples/*/node_modules",
"typecheck": "tsc --noEmit",
"typecheck:packages": "cd packages/core && tsc --noEmit && cd ../react && tsc --noEmit && cd ../types && tsc --noEmit",
"prepublishOnly": "npm run build:sequential && npm run test:ci"
},
"devDependencies": {
"@eslint/js": "^9.30.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.0",
"globals": "^16.2.0",
"jest": "^30.0.3",
"jest-environment-jsdom": "^30.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.4.0",
"tsup": "^8.5.0",
"typescript": "^5.1.6",
"typescript-eslint": "^8.35.1"
},
"keywords": [
"voice-ai",
"workforce-management",
"speech-recognition",
"react",
"typescript",
"voice-commands",
"ai-assistant",
"hands-free",
"accessibility"
],
"author": "Griseld Gerveni <development@venueboost.io> (CTO, VenueBoost Inc.)",
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}