Summary: Fixes #1771, #1770, #1769, #1768, #1767, #1766 Reviewed By: nikoant Differential Revision: D25533717 fbshipit-source-id: 86b90e1ec93f0255edcf1cf3cf5fb2311f0ca23f
29 lines
662 B
JSON
29 lines
662 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-kaios-graphs",
|
|
"id": "kaios-graphs",
|
|
"version": "0.0.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"title": "KaiOS RAM graph",
|
|
"icon": "apps",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"bugs": {
|
|
"email": "oncall+wa_kaios@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/wa.kaios/"
|
|
},
|
|
"dependencies": {
|
|
"promisify-child-process": "^4.1.0",
|
|
"recharts": "1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/recharts": "1.8.18"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "16.9.17"
|
|
}
|
|
}
|