You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
852 B

{
"name": "@react-native-community/cli-debugger-ui",
"version": "9.0.0",
"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": "d61d255cfc4233b90684f4892b2cc6488943a9a6"
}