2023-08-31 15:34:33 +00:00
|
|
|
{
|
|
|
|
"name": "@react-native/debugger-frontend",
|
2024-09-12 16:23:23 +00:00
|
|
|
"version": "0.77.0-main",
|
2023-08-31 15:34:33 +00:00
|
|
|
"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",
|
2024-03-18 15:29:10 +00:00
|
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
2023-08-31 15:34:33 +00:00
|
|
|
"directory": "packages/debugger-frontend"
|
|
|
|
},
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"files": [
|
2023-08-31 16:19:52 +00:00
|
|
|
"index.js",
|
2023-08-31 15:34:33 +00:00
|
|
|
"dist",
|
|
|
|
"BUILD_INFO"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18"
|
|
|
|
}
|
|
|
|
}
|