-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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-javascript-commons",
"qase-cucumberjs",
"qase-cypress",
"qase-jest",
"qase-newman",
"qase-playwright",
"qase-testcafe",
"qase-mocha",
"qase-wdio",
"./examples/*"
],
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.4.5",
"mocha": "^10.6.0"
}
}