-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "updates",
"version": "16.4.0",
"description": "Flexible npm and poetry dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"bin": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/minimist": "1.2.5",
"@types/node": "22.9.1",
"@types/picomatch": "3.0.1",
"@types/rc": "1.2.4",
"@types/registry-auth-token": "4.2.4",
"@types/semver": "7.5.8",
"ansi-regex": "6.1.0",
"eslint": "8.57.0",
"eslint-config-silverwind": "94.1.2",
"eslint-config-silverwind-typescript": "9.1.2",
"execa": "8.0.1",
"glowie": "1.3.2",
"minimist": "1.2.8",
"p-all": "5.0.0",
"picomatch": "4.0.2",
"rc": "1.2.8",
"registry-auth-token": "4.2.2",
"restana": "4.9.9",
"semver": "7.3.8",
"smol-toml": "1.3.0",
"supports-color": "9.4.0",
"timerel": "5.8.0",
"typescript": "5.6.3",
"typescript-config-silverwind": "6.0.1",
"versions": "12.1.2",
"vite": "5.4.11",
"vite-config-silverwind": "3.0.0",
"vite-plugin-dts": "3.9.1",
"vitest": "2.1.5",
"vitest-config-silverwind": "9.1.0"
}
}