Summary: Releasing version 0.49.0 Reviewed By: cekkaewnumchai Differential Revision: D22307632 fbshipit-source-id: 105fc71f07a4827a5d6e54cf3200b22f800a5f1e
23 lines
500 B
JSON
23 lines
500 B
JSON
{
|
|
"name": "flipper-e2e",
|
|
"version": "0.49.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": "^11.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "../ts-node ./main.ts"
|
|
},
|
|
"homepage": "https://github.com/facebook/flipper",
|
|
"keywords": [
|
|
"Flipper"
|
|
],
|
|
"author": "Facebook, Inc"
|
|
}
|