25 lines
611 B
JSON
25 lines
611 B
JSON
![]() |
{
|
||
|
"name": "@react-native-community/cli-debugger-ui",
|
||
|
"version": "4.13.1",
|
||
|
"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.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"serve-static": "^1.13.1"
|
||
|
},
|
||
|
"gitHead": "30ef010898ffb98ac906ea78aed25ad9bffbbde7"
|
||
|
}
|