Summary: Releasing version 0.47.0 Reviewed By: jknoxville Differential Revision: D22089288 fbshipit-source-id: 0107d1f17cce8c9adc2b9c26d48a6d80797749be
26 lines
660 B
JSON
26 lines
660 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-crash-reporter",
|
|
"id": "CrashReporter",
|
|
"version": "0.47.0",
|
|
"description": "A plugin which will display a crash",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.js",
|
|
"repository": "https://github.com/facebook/flipper",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "Crash Reporter",
|
|
"bugs": {
|
|
"email": "prit91@fb.com",
|
|
"url": "https://fb.workplace.com/groups/220760072184928/"
|
|
},
|
|
"dependencies": {
|
|
"unicode-substring": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"prepack": "../../pkg/bin/run bundle"
|
|
}
|
|
}
|