Summary: Just trying to get ahead of dependabot and bump some easy dependencies all at once. Reviewed By: fabiomassimo Differential Revision: D27326687 fbshipit-source-id: 0c724c8e3a688aa9777945fcd46061284fd77969
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-preferences",
|
|
"id": "Preferences",
|
|
"version": "0.0.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "src/index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper-plugin": "0.0.0"
|
|
},
|
|
"title": "Shared Preferences Viewer",
|
|
"bugs": {
|
|
"email": "halsibai@fb.com"
|
|
}
|
|
}
|