-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 851 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
{
"name": "typescript-for-testers",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --maxWorkers 1",
"start": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QA-Learning/typescript-for-testers.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/QA-Learning/typescript-for-testers/issues"
},
"homepage": "https://github.com/QA-Learning/typescript-for-testers#readme",
"devDependencies": {
"@types/jest": "^25.2.3",
"eslint-plugin-jest": "^24.0.0",
"jest": "^26.0.0",
"jest-extended": "^0.11.5",
"jest-html-reporter": "^3.0.0",
"jest-when": "^3.0.1",
"lite-server": "^2.5.4",
"ts-jest": "^26.0.0"
},
"dependencies": {
"taiko": "^1.0.28",
"typescript": "^4.0.5"
}
}