{
  "name": "@hoangvvo/react-native-spotify-remote",
  "repository": {
    "type": "git",
    "url": "https://github.com/cjam/react-native-spotify-remote.git"
  },
  "bugs": {
    "url": "https://github.com/cjam/react-native-spotify-remote/issues"
  },
  "version": "0.3.12-0",
  "description": "React Native wrapper around the Spotify Remote SDK",
  "author": {
    "name": "Colter McQuay"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "nativePackage": true,
  "license": "ISC",
  "keywords": [
    "react-native",
    "spotify",
    "music",
    "audio",
    "remote",
    "mobile",
    "player"
  ],
  "main": "dist/index",
  "module": "dist/index",
  "types": "dist/index.d.ts",
  "source": "dist/index",
  "react-native": "dist/index",
  "scripts": {
    "rebuild": "yarn build && yarn docs",
    "clean": "rm -rf ./dist",
    "build": "yarn clean && ./node_modules/.bin/tsc",
    "watch": "yarn build --watch",
    "docs": "typedoc --options typedoc.json --excludeExternals",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "yarn rebuild",
    "prepack": "yarn submodules",
    "cleanup:ios": "pushd ios/external/SpotifySDK/SpotifyiOS.framework; rm SpotifyiOS Headers; mv Versions/Current/* .; popd",
    "postpack": "yarn submodules",
    "submodules": "rm -rf ios/external/* && rm -rf android/external/* && git submodule update --init --recursive",
    "example": "concurrently -n \"server,packager\" -c \"yellow,cyan\" \"cd example-server && yarn start\" \"cd example && yarn start\"",
    "xcode": "open example/ios/example.xcworkspace",
    "release": "release-it",
    "contribute": "all-contributors add && all-contributors generate"
  },
  "peerDependencies": {
    "react-native": ">=0.60"
  },
  "dependencies": {},
  "devDependencies": {
    "@release-it/keep-a-changelog": "^2.2.2",
    "@types/react-native": "^0.60.0",
    "all-contributors-cli": "^6.14.2",
    "concurrently": "^5.0.2",
    "release-it": "^14.6.1",
    "typedoc": "^0.20.24",
    "typescript": "^4.1.3"
  },
  "release-it": {
    "hooks": {
      "after:bump": [
        "npm run rebuild"
      ]
    },
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/keep-a-changelog": {
        "addUnreleased": true
      }
    }
  }
}
