Files
react-native/private/react-native-bots/package.json
T
Tim Yung 683054c512 RN: Move {packages => private}/react-native-bots (#51932)
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
2025-06-10 16:37:49 -07:00

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"
}
}