{
  "name": "@clxrity/react-audio",
  "version": "3.0.2",
  "description": "An audio package for React",
  "private": false,
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./index.css": "./dist/index.css"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=23"
  },
  "devDependencies": {
    "@codecov/vite-plugin": "^1.9.1",
    "@tailwindcss/postcss": "^4.1.8",
    "@testing-library/react": "^16.3.0",
    "@types/react": "19.1.6",
    "@types/react-dom": "^19.1.6",
    "@vitest/coverage-v8": "^3.2.2",
    "eslint": "^9.28.0",
    "jsdom": "^26.1.0",
    "lucide-react": "^0.513.0",
    "postcss": "^8.5.4",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tailwindcss": "^4.1.8",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.2",
    "@repo/eslint-config": "0.0.0",
    "@repo/typescript-config": "0.0.0"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0"
  },
  "keywords": [
    "react",
    "audio",
    "typescript",
    "wav",
    "mp3",
    "ogg",
    "media",
    "player",
    "music",
    "sound",
    "play",
    "pause",
    "stop",
    "volume",
    "seek",
    "progress",
    "time",
    "duration",
    "metadata",
    "loading",
    "error",
    "next",
    "api",
    "waveform",
    "waveform-api",
    "waveform-data",
    "waveform-image"
  ],
  "author": {
    "name": "MJ Anglin",
    "email": "contact@mjanglin.com",
    "url": "https://mjanglin.com"
  },
  "license": "MIT",
  "homepage": "https://react-audio-docs.vercel.app/",
  "scripts": {
    "build": "tsup --config tsup.config.ts",
    "dev": "tsup --config tsup.config.ts --watch",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "lint": "eslint . --fix",
    "pub": "pnpm build && pnpm lint"
  }
}