Summary: "flipper-pkg init" command was broken: https://github.com/facebook/flipper/issues/1112 Reviewed By: passy Differential Revision: D21385652 fbshipit-source-id: e852a3872130077b83523d4dc67963a4b23a7ad7
31 lines
675 B
JSON
31 lines
675 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-sea-mammals",
|
|
"id": "sea-mammals",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "src/index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"icon": "apps",
|
|
"title": "Sea Mammals",
|
|
"category": "Example Plugin",
|
|
"bugs": {
|
|
"email": "realpassy@fb.com"
|
|
},
|
|
"scripts": {
|
|
"lint": "flipper-pkg lint",
|
|
"prepack": "flipper-pkg lint && flipper-pkg bundle"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper": "0.40.0"
|
|
},
|
|
"devDependencies": {
|
|
"flipper": "0.40.0",
|
|
"flipper-pkg": "0.40.2"
|
|
}
|
|
}
|