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.
38 lines
1008 B
38 lines
1008 B
{
|
|
"name": "@react-native-community/cli-server-api",
|
|
"version": "9.2.1",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-debugger-ui": "^9.0.0",
|
|
"@react-native-community/cli-tools": "^9.2.1",
|
|
"compression": "^1.7.1",
|
|
"connect": "^3.6.5",
|
|
"errorhandler": "^1.5.0",
|
|
"nocache": "^3.0.1",
|
|
"pretty-format": "^26.6.2",
|
|
"serve-static": "^1.13.1",
|
|
"ws": "^7.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/compression": "^1.0.1",
|
|
"@types/connect": "^3.4.33",
|
|
"@types/errorhandler": "^0.0.32",
|
|
"@types/ws": "^7.4.7"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.map"
|
|
],
|
|
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli-server-api",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/cli.git",
|
|
"directory": "packages/cli-server-api"
|
|
},
|
|
"gitHead": "0e63e750a235062cd9bc43ed6a4a2beb8f14385a"
|
|
}
|