{
  "name": "@humeai/voice-react",
  "version": "0.2.14",
  "description": "",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/HumeAI/empathic-voice-api-js.git",
    "directory": "packages/react"
  },
  "files": [
    "package.json",
    "dist"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "date-fns": "^3.6.0",
    "hume": "0.15.13",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "type-fest": "^4.26.0",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@testing-library/react": "^14.2.1",
    "@testing-library/react-hooks": "^8.0.1",
    "@total-typescript/shoehorn": "^0.1.2",
    "@types/eslint": "^8.56.2",
    "@types/node": "^20.11.19",
    "@types/react": "^18.2.56",
    "@types/react-dom": "^18.2.19",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.56.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jsdom": "^24.0.0",
    "tsup": "^8.3.5",
    "typescript": "^5.3.3",
    "vitest": "^3.1.2",
    "@humeai/eslint-config": "0.0.1",
    "@humeai/typescript-config": "0.0.0"
  },
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "browserslist": [
    "last 2 Chrome versions, last 2 iOS major versions, Firefox ESR, not dead"
  ],
  "scripts": {
    "test": "vitest",
    "test-watch": "vitest --watch",
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint ./src && tsc --noEmit -p .",
    "pack": "npm pack"
  }
}