taplet
Version:
Create HTML from TAP reports.
54 lines (53 loc) • 890 B
JSON
{
"name": "taplet",
"version": "0.2.0",
"description": "Create HTML from TAP reports.",
"repository": "https://github.com/Richienb/taplet.git",
"author": "Richie Bendall <richiebendall@gmail.com>",
"license": "MIT",
"main": "cli.js",
"bin": "cli.js",
"files": [
"cli.js",
"templates"
],
"engines": {
"node": ">=10.17 <11 || >=11.14"
},
"scripts": {
"lint": "xo",
"test": "yarn lint && ava"
},
"keywords": [
"tap",
"tape",
"ava",
"output",
"consumer",
"generator",
"reporter",
"report",
"create",
"make",
"test",
"cli"
],
"dependencies": {
"ejs": "^3.1.3",
"meow": "^6.1.0",
"neat-tap": "^2.0.0",
"update-notifier": "^4.1.0"
},
"devDependencies": {
"ava": "^3.5.2",
"eslint-config-richienb": "^0.4.2",
"execa": "^4.0.0",
"xo": "^0.28.1"
},
"resolutions": {
"eslint": "^6.8.0"
},
"xo": {
"extends": "richienb"
}
}