forked from qaninjadev/vdt-season1-marvel-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 792 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "vdt-season1-marvel-api",
"version": "1.0.0",
"description": "Projeto de automação na API da Marvel durante a 1a temporada do Viver de Teste",
"main": "index.js",
"scripts": {
"back2thepast": "sh ./back2thepast.sh",
"test": "npm run back2thepast && npx cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/papitorocks/vdt-season1-marvel-api.git"
},
"keywords": [
"nodejs",
"cypress",
"javascript"
],
"author": "Fernando Papito",
"license": "MIT",
"bugs": {
"url": "https://github.com/papitorocks/vdt-season1-marvel-api/issues"
},
"homepage": "https://github.com/papitorocks/vdt-season1-marvel-api#readme",
"devDependencies": {
"@bahmutov/cy-api": "^2.1.3",
"cypress": "^9.7.0"
}
}