m3-academy-template-vtexio/tests/package.json
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

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"
}
}