-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 957 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": "showcase-cypress",
"version": "1.0.0",
"description": "This GitHub repository serves as a canvas for displaying my proficiency in software testing and quality assurance. Using a fictitious website as the canvas, I've created a comprehensive software testing project, powered by Cypress, to demonstrate my abilities.",
"main": "index.js",
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"prettier:format": "npx prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielarbc/showcase-cypress.git"
},
"keywords": [
"cypress"
],
"author": "Daniela Cardoso",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielarbc/showcase-cypress/issues"
},
"homepage": "https://github.com/danielarbc/showcase-cypress#readme",
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"cypress": "^13.4.0",
"prettier": "3.0.3"
}
}