Summary: per title In addition, this diff adds `startUnactivated` option to allow setting up `onSend` mock implementation. Reviewed By: mweststrate Differential Revision: D24477989 fbshipit-source-id: f913574ebacdd436e8511baa43744249a014e90b
23 lines
488 B
JSON
23 lines
488 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-preferences",
|
|
"id": "Preferences",
|
|
"version": "0.63.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "src/index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {
|
|
"lodash": "^4.17.19"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper-plugin": "0.63.0"
|
|
},
|
|
"title": "Shared Preferences Viewer",
|
|
"bugs": {
|
|
"email": "halsibai@fb.com"
|
|
}
|
|
}
|