-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 811 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 811 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
{
"name": "npmaargh",
"description": "The npm audit assistant",
"version": "1.0.2",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/ericcornelissen/npmaargh.git"
},
"bugs": {
"url": "https://github.com/ericcornelissen/npmaargh/issues"
},
"author": {
"name": "Eric Cornelissen",
"email": "ericornelissen@gmail.com",
"url": "https://ericcornelissen.dev/"
},
"keywords": [
"npm",
"audit",
"assistant",
"assistance",
"help",
"guidance",
"node",
"security",
"advisory",
"vulnerability",
"vulnerabilities",
"dependencies"
],
"type": "module",
"bin": "./index.js",
"engines": {
"node": ">=24",
"npm": ">=11"
},
"dependencies": {
"semver": "^7.3.8"
}
}