Summary: Releasing version 0.47.0 Reviewed By: jknoxville Differential Revision: D22089288 fbshipit-source-id: 0107d1f17cce8c9adc2b9c26d48a6d80797749be
21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-fresco",
|
|
"id": "Fresco",
|
|
"version": "0.47.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "Images",
|
|
"icon": "profile",
|
|
"bugs": {
|
|
"email": "oncall+fresco@xmail.facebook.com"
|
|
},
|
|
"scripts": {
|
|
"prepack": "../../pkg/bin/run bundle"
|
|
}
|
|
}
|