-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
38 lines (38 loc) · 899 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
36
37
38
{
"name": "@shopware-ag/e2e-testsuite-platform",
"version": "8.0.1",
"description": "E2E Testsuite for Shopware 6 using Cypress.js",
"keywords": [
"e2e",
"cypress",
"shopware",
"integration",
"fixtures"
],
"contributors": [
"klarstil",
"leichteckig"
],
"license": "MIT",
"dependencies": {
"@babel/core": "7.14.8",
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
"@babel/preset-env": "7.14.9",
"@babel/register": "7.14.5",
"@cypress/skip-test": "^2.6.1",
"axios": "0.21.1",
"cypress-file-upload": "^5.0.8",
"cypress-log-to-output": "^1.1.2",
"lodash": "4.17.21",
"lodash.sample": "4.2.1",
"uuid": "8.3.2"
},
"engines": {
"node": ">= 8.10.0",
"npm": ">= 6.5.0"
},
"repository": "git://github.com/shopware/e2e-testsuite-platform.git",
"devDependencies": {
"cypress": "^12.2.0"
}
}