UNPKG

@netatwork/mocha-utils

Version:

Utility package for mocha based test setup

68 lines (67 loc) 1.84 kB
{ "name": "@netatwork/mocha-utils", "version": "2.1.5", "description": "Utility package for mocha based test setup", "main": "dist/index.js", "typings": "dist/types/index", "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": "^17.4.2", "@commitlint/config-conventional": "^17.4.2", "@types/karma": "^6.3.3", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "conventional-changelog-cli": "^2.2.2", "copyfiles": "^2.4.1", "eslint": "^8.33.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^39.7.5", "husky": "^8.0.3", "karma": "^6.4.1", "mocha": "^10.2.0", "rimraf": "^4.1.2", "standard-version": "^9.5.0", "typescript": "^4.9.5" }, "dependencies": { "mocha-junit-reporter": "^2.2.0" }, "peerDependencies": { "karma": ">=5.x", "mocha": ">=7.x" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } }