Summary: Combining a bunch of dependabot PRs. N.B. I had to manually clean up the `yarn.lock` a few times because some dependencies resolved to multiple version numbers, catching tsc off-guard. allow-large-files Reviewed By: nikoant Differential Revision: D34579180 fbshipit-source-id: a4848e1010ff240d9b0e721d3878585e7b4bd078
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "flipper-server-core",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "Flipper server connection SDK",
|
|
"repository": "facebook/flipper",
|
|
"main": "lib/index.js",
|
|
"flipperBundlerEntry": "src",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/facebook/flipper/issues",
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"JSONStream": "^1.3.1",
|
|
"adbkit": "^2.11.1",
|
|
"adbkit-logcat": "^2.0.1",
|
|
"archiver": "^5.3.0",
|
|
"async-mutex": "^0.3.2",
|
|
"axios": "^0.26.0",
|
|
"flipper-common": "0.0.0",
|
|
"flipper-doctor": "0.0.0",
|
|
"flipper-plugin": "0.0.0",
|
|
"flipper-plugin-lib": "0.0.0",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.0.1",
|
|
"invariant": "^2.2.4",
|
|
"js-base64": "^3.7.2",
|
|
"lodash.memoize": "^4.1.2",
|
|
"node-fetch": "^3.2.0",
|
|
"open": "^8.3.0",
|
|
"openssl-wrapper": "^0.3.4",
|
|
"promisify-child-process": "^4.1.1",
|
|
"rimraf": "^3.0.2",
|
|
"rsocket-core": "^0.0.27",
|
|
"rsocket-flowable": "^0.0.27",
|
|
"rsocket-tcp-server": "^0.0.25",
|
|
"rsocket-types": "^0.0.25",
|
|
"serialize-error": "^8.1.0",
|
|
"split2": "^4.1.0",
|
|
"tmp": "^0.2.1",
|
|
"uuid": "^8.3.2",
|
|
"which": "^2.0.2",
|
|
"ws": "^8.4.2",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/archiver": "^5.1.1",
|
|
"@types/invariant": "^2.2.35",
|
|
"@types/memorystream": "^0.3.0",
|
|
"@types/node": "^15.12.5",
|
|
"@types/rimraf": "^3.0.2",
|
|
"@types/rsocket-core": "^0.0.7",
|
|
"@types/rsocket-tcp-server": "^0.0.2",
|
|
"@types/split2": "^3.2.1",
|
|
"@types/tmp": "^0.2.2",
|
|
"@types/which": "^2.0.1",
|
|
"@types/ws": "^8.2.2",
|
|
"memorystream": "^0.3.1",
|
|
"tmp": "^0.2.1"
|
|
},
|
|
"peerDependencies": {},
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b",
|
|
"prepack": "yarn reset && yarn build"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"homepage": "https://github.com/facebook/flipper",
|
|
"keywords": [
|
|
"Flipper"
|
|
],
|
|
"author": "Facebook, Inc"
|
|
}
|