forked from ncatestify/cypressio-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 998 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-base",
"version": "1.5.1",
"description": "Base repository for the work on new projects",
"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": {
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.43.0",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-jsonc": "2.5.0",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.7.1",
"typescript": "4.8.4"
},
"devDependencies": {
"cypress": "^12.7.0",
"cypress-ncatestify-plugin": "^2.0.18"
}
}