@supertape/formatter-fail
Version:
📼Supertape formatter shows only failed tests
53 lines (52 loc) • 1.25 kB
JSON
{
"name": "@supertape/formatter-fail",
"version": "5.0.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "📼Supertape formatter shows only failed tests",
"homepage": "http://github.com/coderaiser/supertape",
"main": "./lib/fail.js",
"release": false,
"tag": false,
"changelog": false,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report",
"wisdom": "madrun wisdom"
},
"dependencies": {
"@supertape/formatter-tap": "^4.0.0",
"fullstore": "^4.0.0"
},
"keywords": [
"formatter",
"fail",
"supertape"
],
"devDependencies": {
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^29.0.2",
"madrun": "^12.1.0",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^5.0.1",
"putout": "^41.0.2",
"supertape": "^12.0.0"
},
"license": "MIT",
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}