mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0cd5648155
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39244 Changelog: [Internal] TSIA. Fixup from D48680624. #publish-packages-to-npm bypass-github-export-checks Reviewed By: huntie Differential Revision: D48869800 fbshipit-source-id: 40733d09f9423232b4b5adb120bf268f8f7e4994
26 lines
645 B
JSON
26 lines
645 B
JSON
{
|
|
"name": "@react-native/debugger-frontend",
|
|
"version": "0.73.0",
|
|
"description": "Debugger frontend for React Native based on Chrome DevTools",
|
|
"keywords": [
|
|
"react-native",
|
|
"tools"
|
|
],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/debugger-frontend#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/debugger-frontend"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"files": [
|
|
"index.js",
|
|
"dist",
|
|
"BUILD_INFO"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|