-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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
{
"private": true,
"workspaces": [
"documentation",
"examples/custom-action-commonjs",
"examples/custom-action-esm",
"examples/custom-action-typescript",
"examples/global-tool",
"shared/cucumber-steps",
"test/extension",
"test/features_0",
"test/features_1",
"test/features_2",
"test/features_3",
"test/features_4",
"test/features_5",
"test/features_6",
"test/features_7",
"test/javascript",
"test/make",
"test/npm",
"test/repo",
"test/shell",
"test/workspace",
"text-runner-cli",
"text-runner-engine",
"text-runner-features",
"textrun-action",
"textrun-extension",
"textrun-javascript",
"textrun-make",
"textrun-npm",
"textrun-repo",
"textrun-shell",
"textrun-workspace"
],
"scripts": {
"json-schema": "ts-json-schema-generator --path text-runner-cli/src/configuration.ts --type Data --tsconfig tsconfig.json --out documentation/text-runner.schema.json"
},
"devDependencies": {
"@cucumber/cucumber": "11.2.0",
"@eslint/js": "9.21.0",
"@types/chai": "5.0.1",
"@types/node": "22.13.5",
"chai": "5.2.0",
"depcheck": "1.4.7",
"dprint": "0.49.0",
"eslint": "9.21.0",
"eslint-plugin-perfectionist": "4.9.0",
"lerna": "8.2.0",
"sort-package-json": "2.15.0",
"ts-json-schema-generator": "2.3.0",
"turbo": "2.4.4",
"typescript": "5.7.3",
"typescript-eslint": "8.25.0"
},
"packageManager": "[email protected]"
}