mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d9a582e949
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54009 Packages haven't been bumped on main ahead of 0.83. This takes care of it. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi, huntie Differential Revision: D83580515 fbshipit-source-id: 7471e77f74e3fb3b4ee6538a49369b5df1393098
39 lines
903 B
JSON
39 lines
903 B
JSON
{
|
|
"name": "@react-native/gradle-plugin",
|
|
"version": "0.83.0-main",
|
|
"description": "Gradle Plugin for React Native",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/gradle-plugin"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/gradle-plugin#readme",
|
|
"keywords": [
|
|
"gradle",
|
|
"plugin",
|
|
"react-native"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": ">= 20.19.4"
|
|
},
|
|
"scripts": {
|
|
"build": "./gradlew build",
|
|
"clean": "./gradlew clean",
|
|
"test": "./gradlew check"
|
|
},
|
|
"files": [
|
|
"settings.gradle.kts",
|
|
"build.gradle.kts",
|
|
"gradle",
|
|
"gradlew",
|
|
"gradlew.bat",
|
|
"README.md",
|
|
"react-native-gradle-plugin",
|
|
"settings-plugin",
|
|
"shared",
|
|
"shared-testutil"
|
|
]
|
|
}
|