Summary: Releasing version 0.59.0 Reviewed By: priteshrnandgaonkar Differential Revision: D23985341 fbshipit-source-id: a477f9c05f7a62db3a59758c8c5fe06651ffa6f2
28 lines
707 B
JSON
28 lines
707 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.59.0",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"bugs": {
|
|
"email": "oncall+flipper@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/flippersupport/"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.19",
|
|
"pako": "^1.0.11",
|
|
"xml-beautifier": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pako": "^1.0.1"
|
|
}
|
|
}
|