Summary: Releasing version 0.48.0 Reviewed By: mweststrate Differential Revision: D22207960 fbshipit-source-id: 7f21ff151c4e5750646a6dd3e39690229a2e73a5
32 lines
778 B
JSON
32 lines
778 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-example",
|
|
"id": "flipper-plugin-example",
|
|
"version": "0.48.0",
|
|
"description": "An example for a Flipper plugin",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "Example Plugin",
|
|
"icon": "apps",
|
|
"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.48.0"
|
|
},
|
|
"devDependencies": {
|
|
"flipper": "0.48.0",
|
|
"flipper-pkg": "0.48.0"
|
|
}
|
|
}
|