-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 847 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 847 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
{
"name": "eol-archive",
"version": "1.0.0",
"description": "",
"main": "purls-to-json.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"convert-purls:to-manufacturers": "node tools/purls-to-json.js -f nes-package-forkpoint.purls.json -o m",
"convert-purls:to-eoldate": "node tools/purls-to-json.js -f nes-package-forkpoint.purls.json -o e"
},
"repository": {
"type": "git",
"url": "git+https://github.com/herodevs/eol-archive.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/herodevs/eol-archive/issues"
},
"homepage": "https://github.com/herodevs/eol-archive#readme",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.797.0",
"minimist": "^1.2.8",
"packageurl-js": "^2.0.1",
"semver": "^7.7.1"
}
}