Files
flipper/desktop/plugins/public/seamammals/package.json
Michel Weststrate d2095d5937 Update to pure Sandy and update custom docs
Summary: Per title

Reviewed By: priteshrnandgaonkar

Differential Revision: D28991625

fbshipit-source-id: cab9cf59d1d053e2f8a47c588cb05abc44a527cc
2021-06-09 07:26:57 -07:00

31 lines
759 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-sea-mammals",
"id": "sea-mammals",
"private": true,
"version": "0.0.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "src/index_custom.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"icon": "apps",
"title": "Sea Mammals",
"category": "Example Plugin",
"bugs": {
"url": "https://github.com/facebook/flipper/issues"
},
"scripts": {
"lint": "flipper-pkg lint",
"build": "flipper-pkg bundle",
"watch": "flipper-pkg bundle --watch",
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
},
"peerDependencies": {
"antd": "*",
"flipper-plugin": "*",
"flipper-pkg": "*"
}
}