UNPKG

600 BJSONView Raw
1{
2 "name": "yarn-audit-html",
3 "version": "0.4.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": ">=7.6",
18 "yarn": ">=1.12.3"
19 },
20 "dependencies": {
21 "commander": "^2.19.0",
22 "handlebars": "^4.1.0",
23 "marked": "^0.6.1"
24 },
25 "files": [
26 "lib",
27 "templates"
28 ]
29}