-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 956 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 956 Bytes
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-ncatestify-magento",
"version": "1.0.2",
"description": "Website testing",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"cypress:open": "npx cypress open"
},
"repository": {
"type": "git",
"url": "git+git@github.com:ncatestify/cypress-magento-plugin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ncatestify/cypress-magento-plugin/issues"
},
"homepage": "https://github.com/ncatestify/cypress-magento-plugin/issues#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"
}
}