UNPKG

react-native-legal

Version:
99 lines (98 loc) 2.46 kB
{ "name": "react-native-legal", "version": "1.6.0", "description": "Acknowledge OSS libraries used in your React Native app", "keywords": [ "react-native", "oss", "license", "acknowledgements", "license-management" ], "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "repository": { "type": "git", "url": "https://github.com/callstackincubator/react-native-legal.git", "directory": "packages/react-native-legal" }, "author": "Mateusz Mędrek <luigimario1913@gmail.com> (https://github.com/mateusz1913)", "license": "MIT", "bugs": { "url": "https://github.com/callstackincubator/react-native-legal/issues" }, "homepage": "https://callstackincubator.github.io/react-native-legal/", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "files": [ "android/src", "android/build.gradle", "bare-plugin", "ios", "lib", "plugin", "plugin-utils", "src", "LICENSE", "app.plugin.js", "react-native.config.js", "ReactNativeLegal.podspec" ], "scripts": { "build-library": "bob build", "build-plugins": "tsc -p plugin-utils/tsconfig.json && tsc -p bare-plugin/tsconfig.json && tsc -p plugin/tsconfig.json", "prepare": "yarn build-plugins && yarn build-library && cp ../../README.md ../../LICENSE .", "tsc": "tsc" }, "devDependencies": { "@types/glob": "^8.1.0", "@types/xml2js": "^0.4.11", "expo": "^54.0.0", "expo-module-scripts": "^5.0.7", "react": "19.1.0", "react-native": "0.81.4", "react-native-builder-bob": "0.40.13" }, "dependencies": { "@callstack/licenses": "^0.3.0", "glob": "^7.1.3", "xcode": "^3.0.1", "xml2js": "^0.6.2" }, "peerDependencies": { "expo": ">=52.0.0", "react-native": ">=0.76.0" }, "peerDependenciesMeta": { "expo": { "optional": true } }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.json", "tsc": "../../node_modules/typescript/bin/tsc" } ] ] }, "codegenConfig": { "name": "ReactNativeLegal", "type": "all", "jsSrcsDir": "./src", "android": { "javaPackageName": "com.reactnativelegal" } } }