Summary: Releasing version 0.42.0 Reviewed By: passy Differential Revision: D21520625 fbshipit-source-id: 9f3ce5739a0856de84b18df3c640e5218fd3182e
23 lines
500 B
JSON
23 lines
500 B
JSON
{
|
|
"name": "flipper-e2e",
|
|
"version": "0.42.0",
|
|
"private": true,
|
|
"description": "E2E test suite for Flipper",
|
|
"repository": "facebook/flipper",
|
|
"main": "./main.ts",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/facebook/flipper/issues",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"spectron": "^10.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "../ts-node ./main.ts"
|
|
},
|
|
"homepage": "https://github.com/facebook/flipper",
|
|
"keywords": [
|
|
"Flipper"
|
|
],
|
|
"author": "Facebook, Inc"
|
|
}
|