Summary: Releasing version 0.66.0 Reviewed By: nikoant Differential Revision: D25052024 fbshipit-source-id: 5ef39431905ca3bc2c4870bff2f8ae917ed1e81e
32 lines
763 B
JSON
32 lines
763 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-example",
|
|
"id": "Example",
|
|
"version": "0.66.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.66.0"
|
|
},
|
|
"devDependencies": {
|
|
"flipper": "0.66.0",
|
|
"flipper-pkg": "0.66.0"
|
|
}
|
|
}
|