mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d9a582e949
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54009 Packages haven't been bumped on main ahead of 0.83. This takes care of it. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi, huntie Differential Revision: D83580515 fbshipit-source-id: 7471e77f74e3fb3b4ee6538a49369b5df1393098
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/debugger-shell",
|
|
"productName": "React Native DevTools",
|
|
"version": "0.83.0-main",
|
|
"description": "Experimental debugger shell for React Native for use with @react-native/debugger-frontend",
|
|
"keywords": [
|
|
"react-native",
|
|
"tools"
|
|
],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/debugger-shell#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"main": "./src/index.js",
|
|
"exports": {
|
|
".": {
|
|
"node": "./src/node/index.js",
|
|
"electron": "./src/electron/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"dev": "electron src/electron"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/debugger-shell"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 20.19.4"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.6",
|
|
"fb-dotslash": "0.5.8"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "37.2.6",
|
|
"semver": "^7.1.3"
|
|
},
|
|
"files": [
|
|
"!**/__tests__/**",
|
|
"bin",
|
|
"dist",
|
|
"!src/electron"
|
|
]
|
|
}
|