Summary: Releasing version 0.52.1 Reviewed By: passy Differential Revision: D22976342 fbshipit-source-id: a4857df03cd1142615754a52f69d0f1578175f18
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.52.1",
|
|
"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"
|
|
}
|
|
}
|