mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0ee7fb98cc
Summary: Changelog: [Internal] Upgrade Chrome devtools protocol for Hermes Update to the most recent version of the devtools protocol, r730699. This just adds a few parameters to the stable API. They have reasonable defaults that shouldn't break the existing functionality. Reviewed By: willholen Differential Revision: D19387559 fbshipit-source-id: 49d9ebf4a1a20f349ea6e46be6d5f36184ba8afb
40 lines
927 B
JSON
40 lines
927 B
JSON
{
|
|
"name": "hermes-inspector-msggen",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"msggen": "./bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"flow": "flow",
|
|
"build": "babel src --out-dir bin --source-maps",
|
|
"watch": "babel src --out-dir bin --source-maps --watch",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.0",
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/plugin-syntax-flow": "^7.2.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.2.0",
|
|
"@babel/preset-env": "^7.2.0",
|
|
"@babel/preset-flow": "^7.2.0",
|
|
"diff": "3.5.0",
|
|
"extend": "3.0.2",
|
|
"jest": "^24.9.0",
|
|
"nwmatcher": "1.4.4",
|
|
"randomatic": "3.0.0",
|
|
"sshpk": "1.16.1",
|
|
"webpack": "^4.41.0"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
".*": "<rootDir>/node_modules/babel-jest"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"devtools-protocol": "0.0.730699",
|
|
"idx": "^2.1.0",
|
|
"yargs": "^14.2.0"
|
|
}
|
|
}
|