amis-rpc-design/node_modules/metro-inspector-proxy/package.json

30 lines
710 B
JSON
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"name": "metro-inspector-proxy",
"version": "0.76.8",
"description": "🚇 Inspector proxy for React Native and dev tools integration.",
"main": "src/index.js",
"bin": "src/cli.js",
"repository": {
"type": "git",
"url": "git@github.com:facebook/metro.git"
},
"scripts": {
"prepare-release": "test -d build && rm -rf src.real && mv src src.real && mv build src",
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
},
"keywords": [
"metro"
],
"license": "MIT",
"dependencies": {
"connect": "^3.6.5",
"debug": "^2.2.0",
"ws": "^7.5.1",
"yargs": "^17.6.2",
"node-fetch": "^2.2.0"
},
"engines": {
"node": ">=16"
}
}