{
  "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"
}
