Summary: Changelog: Remove child_process usage from kaios-allocation, kaios-ram plugins Facebok: Remove child_process usage from uiqr plugin Reviewed By: mweststrate Differential Revision: D32881860 fbshipit-source-id: 4270aaf28808baee399e263a6a7528f20242784f
39 lines
780 B
JSON
39 lines
780 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-kaios-big-allocations",
|
|
"id": "kaios-big-allocations",
|
|
"version": "0.0.0",
|
|
"pluginType": "device",
|
|
"supportedDevices": [
|
|
{
|
|
"os": "Android",
|
|
"specs": [
|
|
"KaiOS"
|
|
]
|
|
}
|
|
],
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"title": "KaiOS: big allocations",
|
|
"icon": "apps",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/flipper/issues"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "patch-package"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^6.2.0"
|
|
},
|
|
"dependencies": {
|
|
"firefox-client": "0.3.0"
|
|
},
|
|
"resolutions": {
|
|
"minimist": "1.2.3"
|
|
}
|
|
}
|