jiuyiUniapp/service/node_modules/@react-native/gradle-plugin/package.json

39 lines
892 B
JSON

{
"name": "@react-native/gradle-plugin",
"version": "0.77.0",
"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": ">=18"
},
"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"
]
}