UNPKG

586 BJSONView Raw
1{
2 "name": "yarn-audit-html",
3 "version": "2.0.0",
4 "description": "Generate a HTML report for Yarn Audit",
5 "main": "index.js",
6 "license": "MIT",
7 "repository": "davityavryan/yarn-audit-html",
8 "keywords": [
9 "yarn",
10 "audit",
11 "report"
12 ],
13 "bin": {
14 "yarn-audit-html": "index.js"
15 },
16 "engines": {
17 "node": ">=10",
18 "yarn": ">=1"
19 },
20 "dependencies": {
21 "commander": "^7.0.0",
22 "ejs": "~3.0.2",
23 "marked": "^1.1.1"
24 },
25 "files": [
26 "lib",
27 "templates"
28 ]
29}