Files
flipper/desktop/plugins/public/kaios-allocations/package.json
Andrey Goncharov 2f2a101094 Deprecate kaios-big-allocations
Reviewed By: passy

Differential Revision: D36809144

fbshipit-source-id: ea04ddb2ed9d6114baa6586577f3e7ddd8b8bbf4
2022-06-07 04:00:02 -07:00

40 lines
879 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",
"deprecated": "Pending migration to server add-ons. No throughput to address it at this point.",
"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"
}
}