mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6e34283ab3
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45483 We don't really use this functionality and is getting harder to migrate to GHA, hence I'm removing it. Changelog: [Internal] [Changed] - Remove report-app-size Reviewed By: cipolleschi Differential Revision: D59822862 fbshipit-source-id: 2d082454aea3b3c5863bd34556a23c2fc847f841
23 lines
593 B
JSON
23 lines
593 B
JSON
{
|
|
"name": "@react-native/bots",
|
|
"description": "React Native Bots",
|
|
"version": "0.76.0-main",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/react-native-bots"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-bots#readme",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"devDependencies": {
|
|
"@rnx-kit/rn-changelog-generator": "^0.4.0",
|
|
"danger": "^11.2.1",
|
|
"lodash.includes": "^4.3.0",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
}
|