Files
flipper/desktop/plugins/network/package.json
Pascal Hartig e4a814502a Mass bump deps
Summary:
Bumping everything that's just a patch version behind or safe-looking minor change.

Just hoping to get ahead of dependabot's next run.

Reviewed By: fabiomassimo

Differential Revision: D27367567

fbshipit-source-id: 1bf8bad02e5a9f07f5982466254f9906581230cf
2021-03-27 04:25:57 -07:00

33 lines
807 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-network",
"id": "Network",
"flipperBundlerEntry": "index.tsx",
"main": "dist/bundle.js",
"title": "Network",
"description": "Use the Network inspector to inspect outgoing network traffic in your apps.",
"icon": "internet",
"version": "0.0.0",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"bugs": {
"email": "oncall+flipper@xmail.facebook.com",
"url": "https://fb.workplace.com/groups/flippersupport/"
},
"dependencies": {
"lodash": "^4.17.21",
"pako": "^2.0.3",
"xml-beautifier": "^0.4.0"
},
"peerDependencies": {
"flipper": "*",
"flipper-plugin": "*"
},
"devDependencies": {
"@types/pako": "^1.0.1",
"js-base64": "^3.6.0"
}
}