UNPKG

jenkins-mocha

Version:

Bin wrapper for Mocha + Nyc + Xunit (for Jenkins)

52 lines (51 loc) 1.19 kB
{ "name": "jenkins-mocha", "version": "11.0.0", "description": "Bin wrapper for Mocha + Nyc + Xunit (for Jenkins)", "bin": { "jenkins-mocha": "./bin/jenkins.js" }, "scripts": { "test": "node ./bin/jenkins.js", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "keywords": [ "mocha", "istanbul", "nyc", "jenkins", "xunit", "junit", "test" ], "author": "St. John Johnson <st.john.johnson@gmail.com>", "repository": { "type": "git", "url": "git@github.com:stjohnjohnson/jenkins-mocha.git" }, "bugs": "https://github.com/stjohnjohnson/jenkins-mocha/issues", "license": "MIT", "dependencies": { "mocha": "^10.2.0", "npm-which": "^3.0.0", "nyc": "^15.0.0", "shell-escape": "^0.2.0", "shelljs": "^0.8.3", "spec-xunit-file": "0.0.1-3" }, "devDependencies": { "chai": "^4.0.0", "coveralls-next": "^4.2.0", "mockery": "^2.0.0", "sinon": "^7.0.0" }, "engines": { "node": "14.x || >= 16.x" }, "release": { "debug": false, "verifyConditions": { "path": "./node_modules/semantic-release/src/lib/plugin-noop.js" } } }