{
  "name": "@react-native-community/cli-debugger-ui",
  "version": "15.1.3",
  "license": "MIT",
  "main": "build/middleware/index.js",
  "targets": {
    "main": false
  },
  "scripts": {
    "build": "yarn build:ui && yarn build:middleware",
    "build:ui": "parcel build --no-cache --no-content-hash src/ui/index.html --dist-dir build/ui --public-url '/debugger-ui'",
    "build:middleware": "tsc"
  },
  "files": [
    "build",
    "!*.d.ts",
    "!*.map"
  ],
  "devDependencies": {
    "parcel": "^2.12.0"
  },
  "dependencies": {
    "serve-static": "^1.13.1"
  },
  "homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-debugger-ui",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-community/cli.git",
    "directory": "packages/debugger-ui"
  },
  "gitHead": "926f1b94f697999acb3bded64c773daed533e238"
}
