-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 941 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
30
31
32
33
34
35
{
"name": "cypress-challenge",
"version": "1.0.0",
"description": "Cypress test challenge",
"main": "index.js",
"scripts": {
"cy:open": "npx cypress open",
"cy:run": "npx cypress run",
"lint": "eslint --ext .js,.ts .",
"lint-fix": "eslint --ext .js,.ts . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiagodread/cypress-challenge.git"
},
"keywords": [
"cypress"
],
"author": "Tiago Goes da Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/tiagodread/cypress-challenge/issues"
},
"homepage": "https://github.com/tiagodread/cypress-challenge#readme",
"devDependencies": {
"cypress": "^9.3.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-prettier": "^4.0.0",
"gmail-tester": "^1.3.4",
"prettier": "^2.5.1"
}
}