{
  "name": "react-audio-wave-modern",
  "version": "0.4.1",
  "private": false,
  "scripts": {
    "build:css": "postcss src/styles.css -o dist/styles.css",
    "build": "tsc && npm run build:css"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "react audio",
    "audio",
    "waveform",
    "react audio waveform",
    "visualization",
    "wavesurfer",
    "react wavesurfer",
    "audio player",
    "audio waves"
  ],
  "author": "Sai Barath R",
  "license": "ISC",
  "description": "ReactWaveform is a React component that provides an interactive waveform visualization for audio files using the WaveSurfer.js library. This component supports custom controls, progress rendering, and regions for marking specific parts of the waveform.",
  "dependencies": {
    "@types/node": "^16.11.34",
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.3",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "typescript": "^4.6.4",
    "wavesurfer.js": "^7.8.6"
  },
  "devDependencies": {
    "@types/node": "^22.5.5",
    "@types/react": "^18.3.5",
    "@types/react-dom": "^18.3.0",
    "autoprefixer": "^10.4.20",
    "postcss-cli": "^11.0.0",
    "typescript": "^5.5.4",
    "cssnano": "^7.0.6",
    "postcss": "^8.4.45"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SaiBarathR/react-audio-wave-modern.git"
  }
}