Summary: Releasing version 0.61.0 Reviewed By: mweststrate Differential Revision: D24132584 fbshipit-source-id: 7ae6ad5144561d356effe8eda5eaf472445365e6
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.61.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"
|
|
}
|
|
}
|