UNPKG

react-airplay

Version:
94 lines (93 loc) 2.39 kB
{ "name": "react-airplay", "version": "1.2.0", "description": "Airplay bridge for React Native", "packageManager": "yarn@3.1.1", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "react-airplay.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!ios/Pods", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "_postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "build": "bob build", "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\" && cd ios && Pods/SwiftLint/swiftlint --strict", "prepack": "yarn build", "release": "release-it" }, "keywords": [ "react-native", "ios", "airplay", "cast" ], "repository": "https://github.com/tien/react-airplay", "author": "Tien Nguyen Khac <tiennguyenkhac1702@gmail.com> (https://github.com/tien)", "license": "MIT", "bugs": { "url": "https://github.com/tien/react-airplay/issues" }, "homepage": "https://github.com/tien/react-airplay#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", "@react-native-community/eslint-config": "^3.0.1", "@release-it/conventional-changelog": "^4.1.0", "@types/jest": "^27.4.0", "@types/react": "^17.0.20", "@types/react-native": "0.64.14", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.4", "jest": "^27.5.1", "pinst": "^2.1.6", "prettier": "^2.5.1", "react": "17.0.2", "react-native": "0.65.1", "react-native-builder-bob": "^0.18.2", "react-native-codegen": "^0.0.7", "release-it": "^14.12.4", "typescript": "^4.5.5" }, "peerDependencies": { "react": "*", "react-native": "*" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }