{
  "name": "@supertape/formatter-fail",
  "version": "3.0.2",
  "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",
  "commitType": "colon",
  "release": false,
  "tag": false,
  "changelog": false,
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git://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": "^3.0.3",
    "fullstore": "^3.0.0"
  },
  "keywords": [
    "formatter",
    "fail",
    "supertape"
  ],
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "c8": "^7.3.5",
    "eslint": "^8.0.0-beta.0",
    "eslint-plugin-n": "^15.2.5",
    "eslint-plugin-putout": "^16.0.1",
    "madrun": "^9.0.0",
    "montag": "^1.0.0",
    "nodemon": "^2.0.2",
    "pullout": "^4.0.0",
    "putout": "^28.0.0",
    "supertape": "^8.0.0"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "publishConfig": {
    "access": "public"
  }
}
