-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.25 KB
/
package.json
File metadata and controls
58 lines (58 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
{
"name": "updates",
"version": "17.16.7",
"description": "CLI dependency update tool for npm, uv, cargo, go and actions",
"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"
],
"bin": "dist/index.js",
"exports": {
".": {
"import": "./dist/api.js",
"types": "./dist/api.d.ts"
}
},
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=22",
"bun": "*"
},
"devDependencies": {
"@types/node": "25.6.0",
"@typescript/native-preview": "7.0.0-dev.20260428.1",
"@vitest/coverage-v8": "4.1.5",
"eslint": "10.2.1",
"eslint-config-silverwind": "132.0.0",
"jest-extended": "7.0.0",
"timerel": "5.8.7",
"tsdown": "0.21.10",
"tsdown-config-silverwind": "2.1.1",
"typescript": "6.0.3",
"typescript-config-silverwind": "18.0.0",
"updates-config-silverwind": "2.1.1",
"versions": "15.0.2",
"vitest": "4.1.5",
"vitest-config-silverwind": "11.3.1"
}
}