Summary: Releasing version 0.53.0 Reviewed By: priteshrnandgaonkar Differential Revision: D23213490 fbshipit-source-id: 66dfa59dbae33d372bad9e284f9773e2ab88487b
29 lines
663 B
JSON
29 lines
663 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-kaios-graphs",
|
|
"id": "kaios-graphs",
|
|
"version": "0.53.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.10"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "16.9.17"
|
|
}
|
|
}
|