{
  "name": "supertape",
  "version": "13.2.0",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "📼 Supertape simplest high speed test runner with superpowers",
  "homepage": "http://github.com/coderaiser/supertape",
  "type": "module",
  "main": "./lib/supertape.js",
  "exports": {
    ".": "./lib/supertape.js",
    "./bin/supertape": "./bin/tracer.js",
    "./cli": "./lib/cli.js",
    "./exit-codes": "./lib/exit-codes.js",
    "./env": "./lib/env/index.js"
  },
  "imports": {
    "#call-when-tests-ends": "./lib/call-when-tests-ends/index.js",
    "#is-only-tests": "./lib/call-when-tests-ends/is-only-tests.js",
    "#is-skip-tests": "./lib/call-when-tests-ends/is-skip-tests.js",
    "#is-fail-tests": "./lib/call-when-tests-ends/is-fail-tests.js"
  },
  "bin": {
    "tape": "bin/tracer.js",
    "supertape": "bin/tracer.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/supertape.git"
  },
  "scripts": {
    "test": "madrun test",
    "test:dts": "madrun test:dts",
    "watch:test": "madrun watch:test",
    "lint": "madrun lint",
    "fresh:lint": "madrun fresh:lint",
    "lint:fresh": "madrun lint:fresh",
    "fix:lint": "madrun fix:lint",
    "coverage": "madrun coverage",
    "report": "madrun report",
    "wisdom": "madrun wisdom"
  },
  "dependencies": {
    "@cloudcmd/stub": "^5.0.0",
    "@putout/cli-keypress": "^4.0.0",
    "@putout/cli-validate-args": "^2.0.0",
    "@supertape/engine-loader": "^4.0.0",
    "@supertape/formatter-fail": "^5.0.0",
    "@supertape/formatter-json-lines": "^3.0.0",
    "@supertape/formatter-progress-bar": "^8.0.0",
    "@supertape/formatter-short": "^3.0.0",
    "@supertape/formatter-tap": "^4.0.0",
    "@supertape/formatter-time": "^3.0.0",
    "@supertape/operator-stub": "^4.0.0",
    "cli-progress": "^3.8.2",
    "flatted": "^3.3.1",
    "fullstore": "^4.0.0",
    "glob": "^13.0.0",
    "jest-diff": "^30.0.3",
    "json-with-bigint": "^3.4.4",
    "just-snake-case": "^3.2.0",
    "once": "^1.4.0",
    "resolve": "^1.17.0",
    "stacktracey": "^2.1.7",
    "try-to-catch": "^4.0.0",
    "wraptile": "^3.0.0",
    "yargs-parser": "^22.0.0"
  },
  "keywords": [
    "function",
    "promise",
    "async",
    "await",
    "then",
    "tap",
    "tape",
    "testing"
  ],
  "devDependencies": {
    "@iocmd/wait": "^2.1.0",
    "@putout/eslint-flat": "^4.0.0",
    "check-dts": "^1.0.0",
    "currify": "^4.0.0",
    "eslint": "^10.0.2",
    "eslint-plugin-putout": "^31.0.1",
    "find-up": "^8.0.0",
    "madrun": "^13.0.0",
    "montag": "^2.0.1",
    "nodemon": "^3.0.1",
    "pullout": "^5.0.1",
    "putout": "^42.0.17",
    "runsome": "^1.0.0",
    "superc8": "^12.0.0",
    "try-catch": "^4.0.2",
    "typescript": "^6.0.2"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  }
}
