Files
Gabriel Donadel 5ced5f8363 Add shared-testutil folder to NPM files to be published (#45936)
Summary:
React-native 0.75 RC7 gradle sync is currently broken due to the fact that the `shared-testutil` folder is missing from the `react-native/gradle-plugin` npm package

## Changelog:

[INTERNAL] [ADDED] - Add shared-testutil folder to NPM files to be published

Pull Request resolved: https://github.com/facebook/react-native/pull/45936

Test Plan: N/A

Reviewed By: cipolleschi

Differential Revision: D60969631

Pulled By: cortinico

fbshipit-source-id: 850edfe0cf6b0e8174a1df9ea962d207d2ce0112
2024-08-09 05:50:16 -07:00

39 lines
897 B
JSON

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