{ "name": "junit-to-md", "main": "bin/junit-to-md.js", "version": "1.0.1", "description": "A command line app for turning junit output to markdown", "license": "MIT", "repository": "davidahouse/junit-to-md", "preferGlobal": true, "bin": { "junit-to-md": "bin/junit-to-md.js" }, "dependencies": { "chalk": "^2.4.2", "clear": "^0.1.0", "figlet": "^1.5.0", "glob": "^7.1.6", "js-yaml": "^3.14.1", "junit-xml-parser": "0.0.3", "line-reader": "^0.4.0", "pkginfo": "^0.4.1", "rc": "^1.2.8" }, "devDependencies": { "eslint": "^6.5.1", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^6.5.0" }, "scripts": { "lint": "eslint $(find . -name \"*.js\" -not -path \"./node_modules/*\" -not -path \"./public/*\")", "lint-fix": "eslint --fix $(find . -name \"*.js\" -not -path \"./node_modules/*\" -not -path \"./public/*\")" } }