forked from ncatestify/cypress-magento-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 923 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
{
"name": "cypressio-magento-luma",
"version": "1.0.1",
"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/cypressio-base.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ncatestify/cypressio-base/issues"
},
"homepage": "https://github.com/ncatestify/cypressio-base#readme",
"dependencies": {
"cypress-ncatestify-plugin": "^2.0.8"
},
"devDependencies": {
"@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"
}
}