-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.01 KB
/
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
{
"name": "demoblaze.com",
"version": "1.0.0",
"description": "Cypress automation project for demoblaze.com",
"main": "index.js",
"scripts": {
"tsc": "npx tsc --project tsconfig.json --noEmit",
"lint": "eslint . --ext .ts",
"check":"npm run tsc && npm run lint",
"open": "npm run check && npx cypress open",
"test": "npx cypress run --record --key 6afb99f8-bd78-497a-83a8-402885daa820 --parallel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VadimNastoyashchy/demoblaze.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VadimNastoyashchy/demoblaze.com/issues"
},
"homepage": "https://github.com/VadimNastoyashchy/demoblaze.com#readme",
"devDependencies": {
"@types/mocha": "10.0.0",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"cypress": "13.0.0",
"eslint": "8.25.0",
"eslint-plugin-cypress": "2.12.1",
"mochawesome": "7.1.3",
"typescript": "4.8.4"
}
}