amis-rpc-design/node_modules/@react-native-community/cli-debugger-ui/package.json

31 lines
853 B
JSON
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"name": "@react-native-community/cli-debugger-ui",
"version": "11.3.7",
"license": "MIT",
"main": "./build/middleware",
"scripts": {
"build": "yarn build:ui && yarn build:middleware",
"build:ui": "parcel build --no-content-hash src/ui/index.html --out-dir build/ui --public-url '/debugger-ui'",
"build:middleware": "tsc"
},
"files": [
"build",
"!*.d.ts",
"!*.map"
],
"devDependencies": {
"@babel/core": "^7.6.4",
"parcel-bundler": "^1.12.5"
},
"dependencies": {
"serve-static": "^1.13.1"
},
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/debugger-ui",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/debugger-ui"
},
"gitHead": "7a0e1772eb3ff6d8a0c4368893de0ce786f9daae"
}