-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.05 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 3.05 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"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/e2e-test-quest/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",
"clear-dependencies": "rm -Rf node_modules/ && rm -Rf packages/a11y/node_modules/ && rm -Rf packages/a11y-dashboard/node_modules/ && rm -Rf packages/assistant/node_modules/ && rm -Rf packages/assistant-desktop/node_modules/ && rm -Rf packages/dictionary/node_modules/ && rm -Rf packages/docs/node_modules/ && rm -Rf packages/mcp-server/node_modules/ && rm -Rf packages/runner-commons/node_modules/ && rm -Rf packages/runner-cypress/node_modules/ && rm -Rf packages/runner-playwright/node_modules/ && rm -Rf packages/vscode-extension/node_modules/"
},
"dependencies": {
"tslib": "2.8.1"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/config-nx-scopes": "^19.0.0",
"@google/semantic-release-replace-plugin": "1.2.0",
"@jnxplus/nx-gradle": "1.22.0",
"@nuxt/schema": "3.21.6",
"@nx-tools/nx-container": "6.9.1",
"@nx/eslint": "21.1.2",
"@nx/eslint-plugin": "21.1.2",
"@nx/jest": "21.1.2",
"@nx/js": "21.1.2",
"@nx/nuxt": "21.1.2",
"@nx/vite": "21.1.2",
"@nx/webpack": "21.1.2",
"@nxlv/python": "^22.0.5",
"@nxrocks/nx-flutter": "10.0.1",
"@theunderscorer/nx-semantic-release": "2.4.0",
"@types/jest": "30.0.0",
"@types/node": "22.19.17",
"@typescript-eslint/eslint-plugin": "8.59.3",
"@typescript-eslint/parser": "8.59.3",
"eslint": "9.36.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jest": "29.15.2",
"eslint-plugin-prettier": "5.5.6",
"husky": "^9.0.0",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"jest-environment-node": "30.3.0",
"nx": "21.1.2",
"prettier": "3.9.6",
"ts-jest": "29.4.11",
"ts-node": "10.9.2",
"typescript": "5.9.3"
},
"overrides": {
"lodash": "~4.18.0",
"@nuxt/kit": "3.21.6",
"@nuxt/schema": "3.21.6",
"citty": "0.2.2"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": "^24.14.0",
"npm": "^11.9.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/uuv"
}
}