This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

25 lines
611 B
JSON
Raw Normal View History

2021-04-02 02:24:13 +03:00
{
"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"
}