react-native-flip
Version:
31 lines (30 loc) • 852 B
JSON
{
"name": "@react-native-community/cli-debugger-ui",
"version": "5.0.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"
},
"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": "84e9f0ba54a391db43ee30f1da2824845f6c289e"
}