Summary: Releasing version 0.54.0 Reviewed By: mweststrate Differential Revision: D23314243 fbshipit-source-id: ce2561b356f082613f656fedac9c08b440845bb1
32 lines
804 B
JSON
32 lines
804 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.54.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://fbflipper.com/"
|
|
},
|
|
"scripts": {
|
|
"lint": "flipper-pkg lint",
|
|
"build": "flipper-pkg bundle",
|
|
"watch": "flipper-pkg bundle --watch",
|
|
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper": "0.54.0"
|
|
},
|
|
"devDependencies": {
|
|
"flipper": "0.54.0",
|
|
"flipper-pkg": "0.54.0"
|
|
}
|
|
}
|