{
  "name": "rn-track-player",
  "version": "2.1.4-3",
  "description": "A fully fledged audio module created for music apps",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib && tsc",
    "lint": "eslint \"src/**/*.ts\"",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepublishOnly": "yarn lint",
    "preversion": "yarn lint",
    "version": "yarn format && git add -A src",
    "postversion": "git push && git push --tags",
    "prepare" : "npm run build"
  },
  "files": [
    "lib/**/*",
    "ios/**/*",
    "android/**/*",
    "*.podspec"
  ],
  "contributors": [
    {
      "name": "David Chavez",
      "email": "david@dcvz.io",
      "url": "http://dcvz.io"
    },
    {
      "name": "Guilherme Chaguri",
      "email": "guichaguri@gmail.com",
      "url": "http://guichaguri.com"
    },
    {
      "name": "Dustin Bahr",
      "email": "dustin@curiousmedia.com"
    }
  ],
  "keywords": [
    "react",
    "react-native",
    "track-player",
    "audio-player",
    "audio",
    "player",
    "music",
    "controls",
    "chromecast",
    "android",
    "ios",
    "windows",
    "hooks"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-kit/react-native-track-player.git"
  },
  "bugs": {
    "url": "https://github.com/react-native-kit/react-native-track-player/issues"
  },
  "peerDependencies": {
    "react": ">=16.8.6",
    "react-native": ">=0.60.0-rc.2",
    "react-native-windows": ">=0.63.0"
  },
  "peerDependenciesMeta": {
    "react-native-windows": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/react-native": "^0.60.0",
    "@typescript-eslint/eslint-plugin": "^1.7.0",
    "@typescript-eslint/parser": "^1.7.0",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.2.0",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "prettier": "^1.17.0",
    "rimraf": "^2.6.2",
    "typescript": "^3.2.4"
  }
}
