forked from e2e-test-quest/uuv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.8 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "uuv",
"version": "1.3.0",
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
"description": "A transpiler from cucumber step definitions to target runtime engine language",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Orange-OpenSource/uuv"
},
"keywords": [
"uuv",
"e2e",
"end2end",
"end 2 end",
"test",
"testing",
"accessibility",
"accessibilite",
"a11y",
"cypress",
"playwright",
"testing-library",
"cucumber",
"gherkin",
"bdd",
"tdd",
"acceptance"
],
"scripts": {
"nx": "nx",
"prepare": "husky"
},
"dependencies": {
"tslib": "2.6.2"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.1",
"@commitlint/config-nx-scopes": "^18.6.1",
"@google/semantic-release-replace-plugin": "1.2.0",
"@jnxplus/nx-gradle": "^0.45.0",
"@nrwl/eslint-plugin-nx": "18.3.5",
"@nrwl/linter": "18.3.5",
"@nx/jest": "18.3.5",
"@nx/js": "18.3.5",
"@nx/webpack": "18.3.5",
"@nxrocks/nx-flutter": "^8.1.0",
"@theunderscorer/nx-semantic-release": "2.4.0",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"husky": "^9.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"nx": "18.3.5",
"prettier": "3.2.5",
"ts-jest": "29.1.3",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"overrides": {
"lodash": "~4.17.21"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": "^20.0.0"
}
}