-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.43 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
{
"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-core",
"text-runner-features",
"textrun-action",
"textrun-extension",
"textrun-javascript",
"textrun-make",
"textrun-npm",
"textrun-repo",
"textrun-shell",
"textrun-workspace"
],
"devDependencies": {
"@cucumber/cucumber": "8.6.0",
"@types/chai": "4.3.3",
"@types/mocha": "10.0.0",
"@types/node": "18.8.4",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"chai": "4.3.6",
"depcheck": "1.4.3",
"eslint": "8.25.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"lerna": "5.6.2",
"mocha": "10.0.0",
"prettier": "2.7.1",
"prettier-plugin-packagejson": "2.3.0",
"ts-node": "10.9.1",
"turbo": "1.5.6",
"typescript": "4.8.4"
},
"peerDependencies": {
"ts-node": ">10.9.0"
}
}