-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.36 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.36 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "qase-javascript",
"private": true,
"version": "2.0.0",
"description": "This is a monorepo for all JavaScript-related projects",
"repository": {
"type": "git",
"url": "git+https://github.com/qase-tms/qase-javascript.git"
},
"engines": {
"node": ">=14"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/qase-tms/qase-javascript/issues"
},
"homepage": "https://github.com/qase-tms/qase-javascript#readme",
"workspaces": [
"qaseio",
"qase-api-client",
"qase-api-v2-client",
"qase-javascript-commons",
"qase-cucumberjs",
"qase-cypress",
"qase-jest",
"qase-newman",
"qase-playwright",
"qase-testcafe",
"qase-mocha",
"qase-wdio",
"qase-vitest",
"./examples/single/*",
"./examples/multiProject/*"
],
"overrides": {
"rollup": "4.59.0",
"lodash": "4.17.23",
"handlebars": "4.7.9"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-import": "^2.32.0",
"jest": "^29.7.0",
"babel-jest": "^29.7.0",
"prettier": "^2.8.8",
"ts-jest": "^29.4.5",
"typescript": "^5.9.3",
"mocha": "^11.7.5"
}
}