Files
flipper/desktop/plugins/example/package.json
generatedunixname89002005306973 ca271dd7c3 Flipper Release: v0.62.0
Summary: Releasing version 0.62.0

Reviewed By: nikoant

Differential Revision: D24248944

fbshipit-source-id: 05742031294f6a77c78c0bdccbdffe7d82427f05
2020-10-12 06:03:03 -07:00

32 lines
778 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-example",
"id": "flipper-plugin-example",
"version": "0.62.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.62.0"
},
"devDependencies": {
"flipper": "0.62.0",
"flipper-pkg": "0.62.0"
}
}