Summary: Now we support splitting metadata to public and fb-internal (see the previous diff in the stack), and this diff actually cleans up all public plugin metadata from fb-specific things. Reviewed By: passy Differential Revision: D28568413 fbshipit-source-id: eae699eabaae489c4bcfbfcc407c3bef42bfd338
30 lines
788 B
JSON
30 lines
788 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-flipper-messages",
|
|
"id": "flipper-messages",
|
|
"title": "Flipper Messages",
|
|
"icon": "bird",
|
|
"version": "0.0.0",
|
|
"description": "Flipper self inspection: Messages to and from client",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/flipper/issues"
|
|
},
|
|
"scripts": {
|
|
"lint": "flipper-pkg lint",
|
|
"build": "flipper-pkg bundle",
|
|
"watch": "flipper-pkg bundle --watch",
|
|
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper": "*",
|
|
"flipper-pkg": "*",
|
|
"flipper-plugin": "*"
|
|
}
|
|
}
|