Files
flipper/desktop/plugins/navigation/package.json
Anton Nikolaev 8003e7eb34 Migrate all plugins to spec v2
Summary: All the plugins migrated to spec v2 to allow packaging/publishing them independently from Flipper releases.

Reviewed By: passy

Differential Revision: D22041384

fbshipit-source-id: 23bfaf724f771a57bd628b9ea1c4d37846534a93
2020-06-15 07:29:34 -07:00

20 lines
456 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-navigation",
"id": "flipper-plugin-navigation",
"version": "0.0.1",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"title": "Navigation",
"icon": "directions",
"bugs": {
"email": "beneloca@fb.com"
},
"scripts": {
"prepack": "../../pkg/bin/run bundle"
}
}