Summary: Releasing version 0.63.0 Reviewed By: nikoant Differential Revision: D24423408 fbshipit-source-id: 0bc12c49d8bf77d8dbf9688adb07dc176b210548
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.63.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.63.0"
|
|
},
|
|
"devDependencies": {
|
|
"flipper": "0.63.0",
|
|
"flipper-pkg": "0.63.0"
|
|
}
|
|
}
|