UNPKG

748 BJSONView Raw
1{
2 "name": "yarn-audit-html",
3 "version": "2.1.0",
4 "description": "Generate a HTML report for Yarn Audit",
5 "main": "index.js",
6 "license": "MIT",
7 "keywords": [
8 "yarn",
9 "audit",
10 "report"
11 ],
12 "bin": {
13 "yarn-audit-html": "index.js"
14 },
15 "engines": {
16 "node": ">=10",
17 "yarn": ">=1"
18 },
19 "dependencies": {
20 "commander": "^7.0.0",
21 "ejs": "~3.1.6",
22 "marked": "^2.0.0"
23 },
24 "files": [
25 "lib",
26 "templates"
27 ],
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/davityavryan/yarn-audit-html.git"
31 },
32 "bugs": {
33 "url": "https://github.com/davityavryan/yarn-audit-html/issues"
34 }
35}