Summary: Releasing version 0.66.0 Reviewed By: nikoant Differential Revision: D25052024 fbshipit-source-id: 5ef39431905ca3bc2c4870bff2f8ae917ed1e81e
23 lines
500 B
JSON
23 lines
500 B
JSON
{
|
|
"name": "flipper-e2e",
|
|
"version": "0.66.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"
|
|
}
|