Summary: Releasing version 0.61.0 Reviewed By: mweststrate Differential Revision: D24132584 fbshipit-source-id: 7ae6ad5144561d356effe8eda5eaf472445365e6
34 lines
799 B
JSON
34 lines
799 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-sea-mammals",
|
|
"id": "sea-mammals",
|
|
"private": true,
|
|
"version": "0.61.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",
|
|
"build": "flipper-pkg bundle",
|
|
"watch": "flipper-pkg bundle --watch",
|
|
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper": "0.61.0",
|
|
"flipper-plugin": "0.61.0"
|
|
},
|
|
"devDependencies": {
|
|
"flipper": "0.61.0",
|
|
"flipper-pkg": "0.61.0"
|
|
}
|
|
}
|