mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-16 21:22:59 +05:30
18 lines
346 B
JSON
18 lines
346 B
JSON
|
{
|
||
|
"name": "tests-e2e",
|
||
|
"version": "1.0.0",
|
||
|
"description": "account.ely.by e2e test suit",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "cypress open"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "SleepWalker <dev@udf.su>",
|
||
|
"license": "UNLICENSED",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"cypress": "^2.0.0",
|
||
|
"prettier": "^1.10.2"
|
||
|
}
|
||
|
}
|