UNPKG

@netatwork/mocha-utils

Version:

Utility package for mocha based test setup

67 lines (66 loc) 1.81 kB
{ "name": "@netatwork/mocha-utils", "version": "2.1.6", "description": "Utility package for mocha based test setup", "main": "dist/index.js", "scripts": { "prebuild": "rimraf dist & eslint . --ext .ts --cache", "lint": "eslint . --ext .ts --cache", "build": "tsc", "dev": "tsc -w --preserveWatchOutput", "postbuild": "copyfiles -f src/karma-html-reporter/style.css dist/karma-html-reporter", "gen:changelog": "conventional-changelog -i CHANGELOG.md -s -r 2" }, "keywords": [ "mocha", "test", "util" ], "author": "Net at Work GmbH", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/Netatwork-de/mocha-utils.git" }, "bugs": { "url": "https://github.com/Netatwork-de/mocha-utils/issues" }, "homepage": "https://github.com/Netatwork-de/mocha-utils#readme", "devDependencies": { "@commitlint/cli": "^19.0.3", "@commitlint/config-conventional": "^19.2.2", "@types/karma": "^6.3.3", "@types/mocha": "^10.0.6", "@types/node": "^20.12.8", "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1", "conventional-changelog-cli": "^5.0.0", "copyfiles": "^2.4.1", "eslint": "^8.55.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^50.3.0", "husky": "^9.0.11", "karma": "^6.4.1", "mocha": "^10.2.0", "rimraf": "^6.0.1", "standard-version": "^9.5.0", "typescript": "^5.8.3" }, "dependencies": { "mocha-junit-reporter": "^2.2.1" }, "peerDependencies": { "karma": ">=5.x", "mocha": ">=7.x" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } }