-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 902 Bytes
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
{
"name": "dep-delta",
"version": "0.1.0",
"description": "Review dependency update PRs by blast radius, not vibes.",
"type": "module",
"homepage": "https://github.com/luoowei/dep-delta#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/luoowei/dep-delta.git"
},
"bugs": {
"url": "https://github.com/luoowei/dep-delta/issues"
},
"bin": {
"dep-delta": "bin/dep-delta.js"
},
"scripts": {
"test": "node --test",
"start": "node ./bin/dep-delta.js"
},
"keywords": [
"dependencies",
"package-lock",
"dependabot",
"renovate",
"supply-chain",
"developer-tools",
"ci",
"dependency-review",
"lockfile-diff"
],
"author": "dep-delta contributors",
"license": "MIT",
"engines": {
"node": ">=18"
},
"files": [
"bin",
"src",
"README.md",
"README.zh-CN.md",
"LICENSE"
]
}