{
  "name": "@lakshmiprasanth/react-voice-to-text",
  "version": "1.0.2",
  "type": "module",
  "description": "A modern React package for voice-to-text conversion with real-time speech recognition and file upload support",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "lib/index.esm.js",
  "exports": {
    ".": {
      "import": "./lib/index.esm.js",
      "require": "./lib/index.js",
      "types": "./lib/index.d.ts"
    },
    "./browser": {
      "import": "./lib/browser.esm.js",
      "require": "./lib/browser.js",
      "types": "./lib/browser.d.ts"
    },
    "./components": {
      "import": "./lib/components.esm.js",
      "require": "./lib/components.js",
      "types": "./lib/components.d.ts"
    },
    "./hooks": {
      "import": "./lib/hooks.esm.js",
      "require": "./lib/hooks.js",
      "types": "./lib/hooks.d.ts"
    }
  },
  "files": [
    "lib/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.{ts,tsx}",
    "lint:fix": "eslint src/**/*.{ts,tsx} --fix",
    "prepublishOnly": "npm run build",
    "dev": "vite",
    "clean": "rimraf lib",
    "prepack": "npm run build",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "keywords": [
    "react",
    "speech-to-text",
    "voice-recognition",
    "speech-recognition",
    "audio-to-text",
    "web-speech-api",
    "typescript",
    "react-hooks",
    "react-components",
    "frontend",
    "browser"
  ],
  "author": "Lakshmi prasanth <prasanthsathasivam2002@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/prasanth-sasuke/react-voice-to-text.git"
  },
  "bugs": {
    "url": "https://github.com/prasanth-sasuke/react-voice-to-text/issues"
  },
  "homepage": "https://github.com/prasanth-sasuke/react-voice-to-text#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "classnames": "^2.3.2"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@storybook/addon-essentials": "^7.6.17",
    "@storybook/addon-interactions": "^7.6.17",
    "@storybook/addon-links": "^7.6.17",
    "@storybook/blocks": "^7.6.17",
    "@storybook/react": "^7.6.17",
    "@storybook/react-vite": "^7.6.17",
    "@storybook/testing-library": "^0.2.2",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.19.9",
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^8.57.1",
    "eslint-plugin-react": "^7.34.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^5.0.10",
    "rollup": "^4.12.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "storybook": "^7.6.17",
    "typescript": "^5.8.3",
    "vite": "^5.2.8"
  }
}
