{
  "_from": "react-h5-audio-player@~3.8.5",
  "_id": "react-h5-audio-player@3.8.6",
  "_inBundle": false,
  "_integrity": "sha512-eyViI47jRRybCcCkGdoAMd6yfhg3UMyXp39mqOWCbNQfAYI8U6zC0+0DLZjhrB7//DJtHhZx8h1q99HMxYkMWQ==",
  "_location": "/react-h5-audio-player",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-h5-audio-player@~3.8.5",
    "name": "react-h5-audio-player",
    "escapedName": "react-h5-audio-player",
    "rawSpec": "~3.8.5",
    "saveSpec": null,
    "fetchSpec": "~3.8.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-h5-audio-player/-/react-h5-audio-player-3.8.6.tgz",
  "_shasum": "e7ee69ba6c0a82d317d4f987d83bb18b356a4415",
  "_spec": "react-h5-audio-player@~3.8.5",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "Hanz Luo"
  },
  "bugs": {
    "url": "https://github.com/lhz516/react-h5-audio-player/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.2",
    "@iconify/icons-mdi": "~1.1.0",
    "@iconify/react": "^3.1.3"
  },
  "deprecated": false,
  "description": "A customizable React audio player. Written in TypeScript. Mobile compatible. Keyboard friendly",
  "devDependencies": {
    "@babel/cli": "^7.10.1",
    "@babel/core": "^7.10.2",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-react": "^7.10.1",
    "@babel/preset-typescript": "^7.10.1",
    "@storybook/addon-actions": "^6.1.14",
    "@storybook/addon-docs": "^6.1.14",
    "@storybook/react": "^6.1.14",
    "@types/events": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^4.20.0",
    "@typescript-eslint/parser": "^4.20.0",
    "babel-loader": "^8.1.0",
    "cross-env": "^7.0.2",
    "css-loader": "^5.2.7",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^7.2.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.0",
    "husky": "^6.0.0",
    "jest": "^26.6.3",
    "less-plugin-sass2less": "^1.2.0",
    "lint-staged": "^10.2.10",
    "node-sass": "^7.0.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.5",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "sass": "^1.26.8",
    "sass-loader": "^10.2.0",
    "static-server": "^2.2.1",
    "typescript": "^4.2.3",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "homepage": "https://codepen.io/lhz516/pen/dyGpmgP",
  "jest": {
    "roots": [
      "src"
    ],
    "setupFilesAfterEnv": [
      "./jest-setup.js"
    ]
  },
  "keywords": [
    "react",
    "component",
    "music",
    "audio",
    "player",
    "mobile",
    "customizable",
    "typescript",
    "mse",
    "eme"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{ts,tsx}": [
      "yarn lint"
    ]
  },
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "name": "react-h5-audio-player",
  "peerDependencies": {
    "react": "^16.3.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lhz516/react-h5-audio-player.git"
  },
  "scripts": {
    "build": "run-p build:cjs build:d.ts build:es build:umd build:css build:less",
    "build:cjs": "cross-env NODE_ENV=cjs babel src --out-dir lib --extensions .tsx,.ts",
    "build:css": "sass --no-source-map src/styles.scss lib/styles.css",
    "build:d.ts": "tsc",
    "build:es": "cross-env NODE_ENV=es babel src --out-dir es --extensions .tsx,.ts",
    "build:less": "sass2less src/styles.scss lib/styles.less",
    "build:storybook": "build-storybook -c .storybook -o docs",
    "build:umd": "webpack",
    "cov": "jest --env=jsdom --coverage",
    "lint": "eslint src --fix --ext .ts,.tsx",
    "prepare": "husky install",
    "storybook": "start-storybook -p 9000",
    "test": "jest --env=jsdom"
  },
  "types": "./lib/index.d.ts",
  "version": "3.8.6"
}
