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

32 lines
763 B
JSON

{
"name": "@react-native-community/cli-server-api",
"version": "4.13.1",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-debugger-ui": "^4.13.1",
"@react-native-community/cli-tools": "^4.13.0",
"compression": "^1.7.1",
"connect": "^3.6.5",
"errorhandler": "^1.5.0",
"nocache": "^2.1.0",
"pretty-format": "^25.1.0",
"serve-static": "^1.13.1",
"ws": "^1.1.0"
},
"devDependencies": {
"@types/compression": "^1.0.1",
"@types/connect": "^3.4.33",
"@types/errorhandler": "^0.0.32",
"@types/ws": "^6.0.3"
},
"files": [
"build",
"!*.map"
],
"gitHead": "30ef010898ffb98ac906ea78aed25ad9bffbbde7"
}