mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
683054c512
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51932 Moves `packages/react-native-bots` to `private/react-native-bots`. Changelog: [Internal] Reviewed By: huntie Differential Revision: D76354266 fbshipit-source-id: 6ca714c8b0c881b073d84a2f033f78d366ed3f24
16 lines
302 B
JSON
16 lines
302 B
JSON
{
|
|
"name": "@react-native/bots",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 22.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rnx-kit/rn-changelog-generator": "^0.4.0",
|
|
"danger": "^13.0.4",
|
|
"lodash.includes": "^4.3.0",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
}
|