-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.08 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
40
41
42
43
44
45
46
{
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"mocha-junit-reporter": "^2.0.0"
},
"dependencies": {
"axios": "^0.21.1",
"child_process": "^1.0.2",
"cypress": "^12.9.0",
"dotenv": "^16.0.1",
"glob": "^8.0.3",
"mocha": "^9.1.1",
"node-ipc": "^9.1.4",
"uuid": "^8.3.2",
"v8": "^0.1.0",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
},
"name": "@zebrunner/javascript-agent-cypress",
"description": "Zebrunner Agent for Cypress",
"version": "1.2.2-dev1",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zebrunner/javascript-agent-cypress.git"
},
"keywords": [
"zebrunner",
"reporting",
"Cypress"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zebrunner/javascript-agent-cypress/issues"
},
"homepage": "https://github.com/zebrunner/javascript-agent-cypress#readme"
}