Summary: Quite keen on this as it removes a babel runtime dependency. Pull Request resolved: https://github.com/facebook/flipper/pull/1155 Reviewed By: nikoant Differential Revision: D21522869 Pulled By: passy fbshipit-source-id: 66e272e1b6a6eb78a51038f20a1717ba0196ec2c
29 lines
595 B
JSON
29 lines
595 B
JSON
{
|
|
"name": "flipper-plugin-kaios-big-allocations",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"license": "MIT",
|
|
"title": "KaiOS: big allocations",
|
|
"icon": "apps",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"bugs": {
|
|
"email": "oncall+wa_kaios@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/wa.kaios/"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "patch-package"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^6.2.0"
|
|
},
|
|
"dependencies": {
|
|
"firefox-client": "0.3.0",
|
|
"promisify-child-process": "^4.1.0"
|
|
},
|
|
"resolutions": {
|
|
"minimist": "1.2.3"
|
|
}
|
|
}
|