-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.25 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
{
"name": "updates",
"version": "18.0.6",
"description": "CLI to update npm, uv, cargo, go, docker and actions dependencies",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"keywords": [
"cli",
"dependencies",
"update",
"upgrade",
"outdated",
"versions",
"ncu",
"npm",
"uv",
"cargo",
"golang",
"rust",
"python",
"github-actions",
"docker",
"makefile"
],
"bin": "dist/index.js",
"exports": {
".": {
"import": "./dist/api.js",
"types": "./dist/api.d.ts"
}
},
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
"packageManager": "pnpm@11.22.0",
"engines": {
"node": ">=22",
"bun": "*"
},
"devDependencies": {
"@types/node": "26.2.0",
"@typescript/native-preview": "7.0.0-dev.20260707.2",
"@vitest/coverage-v8": "4.1.11",
"eslint": "10.9.0",
"eslint-config-silverwind": "145.0.1",
"timerel": "5.9.0",
"tsdown": "0.22.14",
"tsdown-config-silverwind": "4.0.3",
"typescript": "6.0.3",
"typescript-config-silverwind": "20.0.3",
"updates-config-silverwind": "4.0.5",
"versions": "15.3.5",
"vitest": "4.1.11",
"vitest-config-silverwind": "11.6.0"
}
}