UNPKG

react-native-track-player

Version:
123 lines (122 loc) 3.44 kB
{ "name": "react-native-track-player", "version": "4.1.2", "description": "A fully fledged audio module created for music apps", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "react-native": "src/index", "source": "src/index", "scripts": { "build": "rimraf lib && tsc", "dev": "tsc --watch", "lint": "eslint src", "format": "prettier --write src", "types": "tsc --noEmit true", "prepare": "yarn build && husky install", "example": "yarn --cwd example", "pods": "cd example/ios && pod install", "bootstrap": "yarn example && yarn && yarn pods", "prepublishOnly": "yarn lint", "preversion": "yarn lint", "version": "yarn format && git add -A src && yarn changelog && git add CHANGELOG.md", "postversion": "if [[ ${npm_package_version} != *'nightly'* ]]; then yarn publish:git && yarn publish:npm; fi", "ci:lint": "eslint src --max-warnings=0", "ci:format": "prettier --check src", "changelog": "conventional-changelog -p angular -s -i CHANGELOG.md -r 1", "publish:git": "git push && git push --tags", "publish:npm": "yarn prepare && npm publish --access public" }, "files": [ "src", "lib/**/*", "ios/**/*", "android/src/**/*", "android/build.gradle", "android/proguard-rules.txt", "web/**/*", "*.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/doublesymmetry/react-native-track-player.git" }, "bugs": { "url": "https://github.com/doublesymmetry/react-native-track-player/issues" }, "peerDependencies": { "react": ">=16.8.6", "react-native": ">=0.60.0-rc.2", "react-native-windows": ">=0.63.0", "shaka-player": "^4.7.9" }, "peerDependenciesMeta": { "react-native-windows": { "optional": true }, "shaka-player": { "optional": true } }, "devDependencies": { "@types/react": "^17.0.52", "@types/react-native": "^0.68", "@typescript-eslint/eslint-plugin": "^5.36.0", "@typescript-eslint/parser": "^5.36.0", "conventional-changelog-cli": "^2.2.2", "cz-conventional-changelog": "3.3.0", "eslint": "^8.23.0", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.0", "prettier": "^2.7.1", "react": "17.0.2", "react-native": "0.68.5", "react-native-windows": "^0.65.0-0", "rimraf": "^2.6.2", "shaka-player": "^4.7.9", "typescript": "^4.8.2" }, "funding": "https://github.com/doublesymmetry/react-native-track-player?sponsor=1", "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "tea": { "dependencies": { "classic.yarnpkg.com": "^1" } }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }