{
  "name": "react-audio-wavekit",
  "version": "0.2.30",
  "description": "React component library for audio waveform visualization and live recording",
  "license": "CC0-1.0",
  "author": "semanticist21",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/semanticist21/react-audio-waveform.git"
  },
  "homepage": "https://react-audio-wavekit.netlify.app",
  "bugs": {
    "url": "https://github.com/semanticist21/react-audio-waveform/issues"
  },
  "keywords": [
    "react",
    "audio",
    "waveform",
    "visualization",
    "recorder",
    "recording",
    "canvas",
    "audio-player",
    "audio-recorder",
    "web-audio"
  ],
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "deploy-storybook": "storybook build && netlify deploy --dir=storybook-static --prod --site 9971038c-e3a3-4338-acb5-d593e65775a8",
    "check": "biome check . && tsgo --noEmit",
    "fix": "biome check --write .",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "bun run check && bun run build",
    "release": "npm publish --access public"
  },
  "engines": {
    "node": ">=20.19.0 || >=22.12.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "overlayscrollbars": "^2.13.0",
    "overlayscrollbars-react": "^0.5.6"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.8",
    "@microsoft/api-extractor": "^7.58.7",
    "@rsbuild/plugin-react": "^1.4.6",
    "@rslib/core": "^0.18.6",
    "@storybook/addon-docs": "^10.4.1",
    "@storybook/react": "^10.4.1",
    "@tailwindcss/postcss": "^4.3.0",
    "@testing-library/react": "^16.3.2",
    "@types/node": "24.10.1",
    "@types/react": "19.2.16",
    "@types/react-dom": "19.2.3",
    "@typescript/native-preview": "7.0.0-dev.20251205.1",
    "jsdom": "^27.4.0",
    "lucide-react": "0.555.0",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "storybook": "^10.4.1",
    "storybook-builder-rsbuild": "^3.3.4",
    "storybook-react-rsbuild": "^3.3.4",
    "tailwindcss": "4.1.17",
    "typescript": "5.9.3",
    "vitest": "^4.1.8"
  },
  "dependencies": {
    "mpg123-decoder": "^1.0.3"
  }
}
