Files
flipper/desktop/plugins/databases/package.json
generatedunixname89002005306973 43b9426ff4 Flipper Release: v0.47.0
Summary: Releasing version 0.47.0

Reviewed By: jknoxville

Differential Revision: D22089288

fbshipit-source-id: 0107d1f17cce8c9adc2b9c26d48a6d80797749be
2020-06-17 09:00:07 -07:00

33 lines
805 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-databases",
"id": "Databases",
"version": "0.47.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/"
},
"scripts": {
"prepack": "../../pkg/bin/run bundle"
}
}