-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1 KB
/
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
36
37
38
39
{
"name": "cypress",
"version": "1.0.0",
"description": "I'm studying about Cypress.",
"main": "index.js",
"devDependencies": {
"@shelex/cypress-allure-plugin": "^2.8.6",
"@types/lodash": "^4.14.168",
"allure-commandline": "^2.13.0",
"body-parser": "^1.19.0",
"cypress": "^8.0.0",
"cypress-grep": "^2.5.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"joi": "17.2.1",
"mocha": "^7.2.0",
"mochawesome": "^6.1.1",
"mochawesome-report-generator": "^4.1.0",
"mongodb": "^3.6.3",
"mongoose": "^5.7.5",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5"
},
"scripts": {
"cy:open": "npx cypress open",
"cy:run": "npx cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adriano-fantinelli/cypress.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adriano-fantinelli/cypress/issues"
},
"homepage": "https://github.com/adriano-fantinelli/cypress#readme"
}