{
  "name": "@beyondwords/audio-player",
  "description": "A library that can be used for playing podcasts from https://beyondwords.io",
  "version": "0.0.23",
  "jsdelivr": "dist/module/index.js",
  "main": "dist/cjs/index.js",
  "browser": "dist/module/index.js",
  "esmodules": "dist/esm/index.js",
  "module": "dist/esm/index.js",
  "repository": "https://github.com/SpeechKit/speechkit-audio-player-v2",
  "author": "beyondwords",
  "homepage": "https://beyondwords.io/",
  "license": "MIT",
  "private": false,
  "files": [
    "dist/module",
    "dist/cjs",
    "dist/esm",
    "dist/systemjs"
  ],
  "directories": {
    "lib": "dist/cjs"
  },
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "dependencies": {
    "memoize-one": "^5.1.1",
    "mitt": "^1.2.0",
    "redux": "^4.0.5",
    "redux-act": "^1.8.0",
    "redux-thunk": "^2.3.0",
    "reselect": "^4.0.0",
    "@sentry/browser": "^5.29.1",
    "@sentry/tracing": "^5.29.1",
    "actioncable": "^5.2.6-3",
    "hls.js": "^0.13.2",
    "uuid": "^8.3.2"
  }
}