Summary: Releasing version 0.49.0 Reviewed By: cekkaewnumchai Differential Revision: D22307632 fbshipit-source-id: 105fc71f07a4827a5d6e54cf3200b22f800a5f1e
30 lines
743 B
JSON
30 lines
743 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-databases",
|
|
"id": "Databases",
|
|
"version": "0.49.0",
|
|
"title": "Databases",
|
|
"icon": "internet",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {
|
|
"dateformat": "^3.0.3",
|
|
"sql-formatter": "^2.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dateformat": "^3.0.1",
|
|
"@types/sql-formatter": "^2.3.0",
|
|
"@testing-library/react": "^10.0.2",
|
|
"redux-mock-store": "^1.0.1",
|
|
"react-redux": "^7.1.1"
|
|
},
|
|
"bugs": {
|
|
"email": "oncall+flipper@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/flippersupport/"
|
|
}
|
|
}
|