UNPKG

console-fail-test

Version:

Gently fails test runs if the console was used during them. 📢

94 lines (93 loc) • 2.41 kB
{ "name": "console-fail-test", "version": "0.4.1", "description": "Gently fails test runs if the console was used during them. 📢", "repository": { "type": "git", "url": "https://github.com/JoshuaKGoldberg/console-fail-test" }, "license": "MIT", "author": { "name": "JoshuaKGoldberg", "email": "npm@joshuakgoldberg.com" }, "type": "module", "exports": { ".": { "import": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "require": { "types": "./lib/index.d.cts", "default": "./lib/index.cjs" } } }, "main": "./lib/index.js", "files": [ "lib/", "package.json", "LICENSE.md", "README.md" ], "scripts": { "build": "tsup", "format": "prettier .", "lint": "eslint . --max-warnings 0", "lint:knip": "knip", "lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line", "lint:packages": "pnpm dedupe --check", "lint:spelling": "cspell \"**\" \".github/**/*\"", "prepare": "husky", "should-semantic-release": "should-semantic-release --verbose", "test": "vitest", "tsc": "tsc" }, "lint-staged": { "*": "prettier --ignore-unknown --write" }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", "@eslint/js": "9.6.0", "@release-it/conventional-changelog": "8.0.1", "@types/eslint-plugin-markdown": "2.0.2", "@types/eslint__js": "8.42.3", "@vitest/coverage-v8": "2.0.1", "cspell": "8.10.4", "eslint": "8.57.0", "eslint-plugin-jsdoc": "48.6.0", "eslint-plugin-jsonc": "2.16.0", "eslint-plugin-markdown": "5.0.0", "eslint-plugin-n": "17.9.0", "eslint-plugin-package-json": "0.15.0", "eslint-plugin-perfectionist": "2.11.0", "eslint-plugin-regexp": "2.6.0", "eslint-plugin-vitest": "0.5.4", "eslint-plugin-yml": "1.14.0", "husky": "9.0.11", "jsonc-eslint-parser": "2.4.0", "knip": "5.25.1", "lint-staged": "15.2.7", "markdownlint": "0.34.0", "markdownlint-cli": "0.41.0", "prettier": "3.3.2", "prettier-plugin-curly": "0.2.1", "prettier-plugin-packagejson": "2.5.0", "prettier-plugin-sh": "0.14.0", "release-it": "17.5.0", "sentences-per-line": "0.2.1", "should-semantic-release": "0.3.0", "tsup": "8.1.0", "typescript": "5.5.3", "typescript-eslint": "7.16.0", "vitest": "2.0.1" }, "packageManager": "pnpm@9.5.0", "engines": { "node": ">=18" }, "publishConfig": { "provenance": true } }