UNPKG

592 BJSONView Raw
1{
2 "name": "yarn-audit-html",
3 "version": "1.2.3",
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": ">=7.6",
18 "yarn": ">=1.12.3"
19 },
20 "dependencies": {
21 "commander": "^5.1.0",
22 "ejs": "~3.0.2",
23 "marked": "^1.0.0"
24 },
25 "files": [
26 "lib",
27 "templates"
28 ]
29}