forked from M3-Academy/m3-academy-template-vtexio
22 lines
514 B
JSON
22 lines
514 B
JSON
|
{
|
||
|
"name": "tests",
|
||
|
"version": "1.0.0",
|
||
|
"description": "workspace for e2d tests",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"cy:open": "cypress open",
|
||
|
"cy:run": "cypress run"
|
||
|
},
|
||
|
"author": "Heraldo Ecard Roque Filho",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"cypress": "^10.3.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.27.2",
|
||
|
"dotenv": "^16.0.1",
|
||
|
"form-data": "^4.0.0"
|
||
|
}
|
||
|
}
|