Files
react-native/ReactCommon/hermes/inspector/tools/msggen/package.json
T
Riley Dulin 0ee7fb98cc Update the chrome devtools protocol for the inspector
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
2020-01-15 16:52:19 -08:00

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