Summary: Releasing version 0.54.0 Reviewed By: mweststrate Differential Revision: D23314243 fbshipit-source-id: ce2561b356f082613f656fedac9c08b440845bb1
26 lines
597 B
JSON
26 lines
597 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-inspector",
|
|
"id": "Inspector",
|
|
"version": "0.54.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.1",
|
|
"lodash": "^4.17.19"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^10.4.3"
|
|
},
|
|
"title": "Layout",
|
|
"icon": "target",
|
|
"bugs": {
|
|
"email": "oncall+flipper@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/flippersupport/"
|
|
}
|
|
}
|