forked from rogoit/cypress-io-magento-luma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (38 loc) · 1004 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": "cypressio-magento-luma",
"version": "1.0.0",
"description": "Website testing",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"cypress:open": "npx cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ncatestify/cypress-io-magento-luma.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ncatestify/cypress-io-magento-luma/issues"
},
"homepage": "https://github.com/ncatestify/cypress-io-magento-luma#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.51.0",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-jsonc": "2.4.0",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.4",
"typescript": "4.8.4"
},
"devDependencies": {
"cypress": "^12.2.0",
"cypress-ncatestify-plugin": "^2.0.8"
}
}