Summary: per title. Also, remove `console.log` Reviewed By: mweststrate Differential Revision: D21829809 fbshipit-source-id: cfad4ff50e816153d7370f63052d4dc450464fd5
27 lines
594 B
JSON
27 lines
594 B
JSON
{
|
|
"name": "Databases",
|
|
"version": "1.0.0",
|
|
"title": "Databases",
|
|
"icon": "internet",
|
|
"main": "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/"
|
|
}
|
|
}
|