Files
flipper/desktop/plugins/public/databases/package.json
Anton Nikolaev 76701565ac Cleanup public plugins metadata
Summary: Now we support splitting metadata to public and fb-internal (see the previous diff in the stack), and this diff actually cleans up all public plugin metadata from fb-specific things.

Reviewed By: passy

Differential Revision: D28568413

fbshipit-source-id: eae699eabaae489c4bcfbfcc407c3bef42bfd338
2021-05-21 07:15:28 -07:00

33 lines
759 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-databases",
"id": "Databases",
"version": "0.0.0",
"title": "Databases",
"icon": "internet",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"dateformat": "^4.5.1",
"sql-formatter": "^2.3.3"
},
"devDependencies": {
"@testing-library/react": "^11.2.5",
"@types/dateformat": "^3.0.1",
"@types/sql-formatter": "^2.3.0",
"react-redux": "^7.2.3",
"redux-mock-store": "^1.0.1"
},
"peerDependencies": {
"antd": "*",
"flipper-plugin": "*"
},
"bugs": {
"url": "https://github.com/facebook/flipper/issues"
}
}