Summary: Removed back "prepack" script from every plugin package to keep it simple. Instead we will use `build-plugin` command defined in the root package.json (see next diff in the stack). Reviewed By: mweststrate Differential Revision: D22160252 fbshipit-source-id: cffb5df65b89df3fe390c051da0df797b3d16d2d
32 lines
756 B
JSON
32 lines
756 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-kaios-big-allocations",
|
|
"id": "flipper-plugin-kaios-big-allocations",
|
|
"version": "0.47.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "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"
|
|
}
|
|
}
|