Summary: Releasing version 0.47.0 Reviewed By: jknoxville Differential Revision: D22089288 fbshipit-source-id: 0107d1f17cce8c9adc2b9c26d48a6d80797749be
25 lines
602 B
JSON
25 lines
602 B
JSON
{
|
|
"name": "flipper-test-utils",
|
|
"version": "0.47.0",
|
|
"description": "Library containing common Flipper test utilities",
|
|
"repository": "facebook/flipper",
|
|
"main": "lib/index.js",
|
|
"flipperBundlerEntry": "src",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/facebook/flipper/issues",
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b",
|
|
"prepack": "yarn reset && yarn build"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"homepage": "https://github.com/facebook/flipper",
|
|
"keywords": [
|
|
"Flipper"
|
|
],
|
|
"author": "Facebook, Inc"
|
|
}
|