@react-native-ohos/react-native-inappbrowser-reborn
Version:
InAppBrowser for React Native
66 lines • 2.14 kB
JSON
{
"name": "@react-native-ohos/react-native-inappbrowser-reborn",
"version": "3.7.1-rc.1",
"description": "InAppBrowser for React Native",
"main": "index.js",
"scripts": {
"flow": "flow check",
"lint": "eslint index.js",
"postinstall": "opencollective-postinstall || true",
"codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-inappbrowser-reborn --cpp-output-path ./harmony/inappbrowser/src/main/cpp/generated --ets-output-path ./harmony/inappbrowser/src/main/ets/generated --turbo-modules-spec-paths ./src/NativeInappbrowser.ts"
},
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "https://gitcode.com/openharmony-sig/rntpc_react-native-inappbrowser"
},
"bugs": {
"url": "https://gitcode.com/openharmony-sig/rntpc_react-native-inappbrowser/issues"
},
"keywords": [
"react-native",
"React Native",
"JavaScript",
"Android",
"iOS",
"browser",
"InAppBrowser",
"in-app-browser",
"AppBrowser",
"Chrome",
"Safari",
"Chrome Custom Tabs",
"SafariServices",
"AuthenticationServices",
"SFSafariViewController",
"CustomTabsIntent",
"ChromeTabsManagerActivity"
],
"harmony": {
"alias": "react-native-inappbrowser-reborn"
},
"author": "Juan David Nicholls Cardona",
"homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-inappbrowser",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.56"
},
"dependencies": {
"invariant": "^2.2.4",
"opencollective-postinstall": "^2.0.3",
"react-native-inappbrowser-reborn": "3.7.0",
"react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@react-native-community/eslint-config": "^3.0.3",
"eslint": "^8.20.0",
"flow-bin": "^0.183.1",
"prettier": "^2.7.1",
"react-native": "^0.69.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/proyecto26"
}
}