UNPKG

testcafe-reporter-tap-gww

Version:
48 lines (47 loc) 1.13 kB
{ "name": "testcafe-reporter-tap-gww", "version": "2.0.0", "description": "TAP TestCafe reporter plugin.", "repository": "https://github.com/globalworldwide/testcafe-reporter-tap", "author": { "name": "Will O'Brien", "email": "will.obrien@bracketsoftware.com" }, "contributors": [ { "name": "Matthew Douglass", "email": "matthew@globalworldwide.com" } ], "main": "src/index", "files": [ "src" ], "scripts": { "test": "mocha --ui bdd --reporter spec --timeout 2000 test/**.js", "lint": "eslint src/**.js test/**.js", "format": "prettier \"{src,test}/**/*.{js,ts}\" --write", "presubmit": "npm-run-all -s format lint test", "prepublish": "npm run presubmit" }, "keywords": [ "testcafe", "reporter", "plugin", "tap" ], "license": "MIT", "devDependencies": { "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0", "mocha": "^10.2.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "testcafe": "^2.6.2" }, "dependencies": { "js-yaml": "^4.1.0", "mustache": "^4.2.0", "ramda": "^0.29.0" } }