-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1011 Bytes
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1011 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
45
46
47
{
"name": "depmedic",
"version": "0.1.3",
"description": "Surgical npm vulnerability triage. Minimum-bump fixes, prod/dev split, transitive depth, no breaking surprises.",
"keywords": [
"npm",
"audit",
"vulnerability",
"security",
"dependencies",
"cli",
"minimum-bump",
"patch",
"supply-chain",
"advisory"
],
"bin": {
"depmedic": "bin/depmedic.js"
},
"main": "lib/index.js",
"files": [
"bin",
"lib",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node --test test/*.test.js"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"picocolors": "^1.0.0",
"semver": "^7.6.0"
},
"license": "MIT",
"author": "depmedic <depmedic.dev@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/depmedicdev-byte/depmedic.git"
},
"homepage": "https://github.com/depmedicdev-byte/depmedic#readme",
"bugs": {
"url": "https://github.com/depmedicdev-byte/depmedic/issues"
}
}