{
  "name": "@iboshkov/wavesurfer-react",
  "version": "2.3.0",
  "description": "react wrapper for wavesurfer.js",
  "private": false,
  "keywords": [
    "react",
    "wavesurfer.js"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "Denis Bogdanenko <shiirochi@yandex.ru>, Ilija Boshkov <ilija@codechem.com>",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsup src/index.ts --config tsup.config.ts",
    "dev": "tsup src/index.ts --config tsup.config.ts --watch"
  },
  "peerDependencies": {
    "wavesurfer.js": "^4.0.0 || ^5.0.0 || ^6.0.0",
    "react": ">=17.0.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.16.7",
    "@types/react": "^17.0.38",
    "@types/wavesurfer.js": "^5.2.2",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "tsup": "^6.3.0"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShiiRochi/wavesurfer-react.git"
  },
  "bugs": {
    "url": "https://github.com/ShiiRochi/wavesurfer-react/issues"
  },
  "homepage": "https://github.com/ShiiRochi/wavesurfer-react#readme"
}
