-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 847 Bytes
/
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
{
"name": "@onigoetz/outdated-dependencies",
"version": "1.0.3",
"license": "MIT",
"repository": "https://github.com/onigoetz/visualize-outdated-dependencies",
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"index.js",
"Node.js",
"TreeMaker.js",
"template.html"
],
"keywords": [
"npm",
"yarn",
"dependencies"
],
"dependencies": {
"@yarnpkg/lockfile": "1.1.0",
"arg": "5.0.2",
"cli-progress": "3.12.0",
"glob": "11.0.1",
"node-file-cache": "1.0.2",
"npm-pick-manifest": "10.0.0",
"npm-registry-fetch": "18.0.2",
"open": "10.1.0",
"pretty-bytes": "6.1.1",
"tmp": "0.2.3"
},
"bin": "src/bin.js",
"devDependencies": {
"@biomejs/biome": "1.9.4"
},
"scripts": {
"format": "biome format .",
"check": "biome check .",
"test": "true"
},
"packageManager": "[email protected]"
}