Summary: Provide an option to enable/disable TCP connections on flipper-server. The only change at this stage is that Flipper Desktop will use UDS to connect to flipper-server. Reviewed By: passy Differential Revision: D37519656 fbshipit-source-id: 3d02084666fde532ec76134edf8cf6a231060a48
35 lines
852 B
JSON
35 lines
852 B
JSON
{
|
|
"name": "flipper",
|
|
"version": "0.0.0",
|
|
"description": "Mobile development tool",
|
|
"productName": "Flipper",
|
|
"author": "Facebook Inc",
|
|
"main": "src/index.tsx",
|
|
"icon": "icon.png",
|
|
"category": "facebook-intern",
|
|
"privileged": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"flipper-common": "0.0.0",
|
|
"flipper-server-companion": "0.0.0",
|
|
"flipper-server-core": "0.0.0",
|
|
"flipper-frontend-core": "0.0.0",
|
|
"flipper-ui-core": "0.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"invariant": "^2.2.2",
|
|
"metro-runtime": "^0.70.2",
|
|
"pretty-format": "^27.5.0",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"ws": "8.8.0"
|
|
},
|
|
"optionalDependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.31",
|
|
"react-refresh": "^0.11.0"
|
|
}
|
|
}
|