-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.8 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
{
"name": "overkill",
"version": "0.0.1",
"private": true,
"description": "Overkill monorepo coordination package",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/enormora/overkill.git"
},
"keywords": [
"test",
"tests",
"tdd"
],
"author": "Christian Rackerseder <git@echooff.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/enormora/overkill/issues"
},
"homepage": "https://github.com/enormora/overkill#readme",
"dependencies": {
"@enormora/wall-clock": "0.0.3",
"@overkill-dev/reporter-line": "0.0.21",
"@schema-hub/zod-error-formatter": "0.0.16",
"ansi-escapes": "7.3.0",
"cmd-ts": "0.15.0",
"diff": "9.0.0",
"figures": "6.1.0",
"is-interactive": "2.0.0",
"string-width": "8.2.2",
"tslib": "2.8.1",
"yoctocolors": "2.2.0",
"zod": "4.4.3"
},
"devDependencies": {
"@enormora/eslint-config-base": "0.0.51",
"@enormora/eslint-config-node": "0.0.37",
"@enormora/eslint-config-test-base": "0.0.21",
"@enormora/eslint-config-typescript": "0.0.58",
"@enormora/objectory": "0.0.20",
"@ls-lint/ls-lint": "2.3.1",
"@overkill-dev/assert": "0.0.21",
"@overkill-dev/doubles": "0.0.19",
"@overkill-dev/engine": "0.0.20",
"@packtory/cli": "0.0.97",
"@packtory/github-release-gate": "0.0.60",
"@types/node": "26.4.0",
"c8": "12.0.0",
"dependency-cruiser": "18.2.0",
"eslint": "10.7.0",
"jscpd": "5.0.16",
"knip": "6.33.0",
"rust-just": "1.57.0",
"tstyche": "7.2.3",
"typescript": "6.0.3"
},
"engines": {
"node": "^26"
}
}