Files
react-native/packages/debugger-frontend/package.json
T
Moti Zilberman 0cd5648155 Fix up missing index.js in files (#39244)
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
2023-08-31 09:19:52 -07:00

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