{
    "name": "istanbul-smart-text-reporter",
    "version": "1.1.5",
    "description": "Istanbul's text reporter but with smarter output; Doesn't print a table if there are no files to print.",
    "keywords": [],
    "homepage": "https://github.com/electrovir/istanbul-smart-text-reporter",
    "bugs": {
        "url": "https://github.com/electrovir/istanbul-smart-text-reporter/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/electrovir/istanbul-smart-text-reporter"
    },
    "license": "(MIT or CC0 1.0)",
    "author": {
        "name": "electrovir",
        "url": "https://github.com/electrovir"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "compile": "rm -rf dist && virmator compile",
        "format": "virmator format",
        "publish": "virmator publish \"npm run compile && npm run test:all\"",
        "test": "bash ./bash-scripts/run-tests.sh && npm run test:types",
        "test:all": "npm run compile && concurrently --colors --kill-others-on-fail -c auto --names types,tests,spelling,format,deps \"npm run test:types\" \"npm run test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:deps\"",
        "test:deps": "virmator deps check",
        "test:format": "virmator format check",
        "test:spelling": "virmator spellcheck",
        "test:types": "tsc --noEmit"
    },
    "dependencies": {
        "istanbul-lib-coverage": "^3.2.2",
        "istanbul-lib-report": "^3.0.1"
    },
    "devDependencies": {
        "@augment-vir/common": "^23.3.4",
        "@augment-vir/node-js": "^23.3.4",
        "@electrovir/c8": "^7.12.0-fix1",
        "@types/chai": "^4.3.11",
        "@types/fs-extra": "^11.0.4",
        "@types/istanbul-lib-report": "^3.0.3",
        "@types/mocha": "^10.0.6",
        "@types/node": "^20.11.19",
        "chai": "^4.3.10",
        "concurrently": "^8.2.2",
        "cspell": "^8.14.4",
        "dependency-cruiser": "^16.4.2",
        "esbuild": "^0.20.2",
        "fs-extra": "^11.2.0",
        "mocha": "^10.3.0",
        "mocha-spec-reporter-with-file-names": "^0.0.3",
        "npm-check-updates": "~16.12.3",
        "prettier": "^3.2.5",
        "prettier-plugin-interpolated-html-tags": "^1.0.5",
        "prettier-plugin-jsdoc": "^1.3.0",
        "prettier-plugin-multiline-arrays": "^3.0.6",
        "prettier-plugin-organize-imports": "^3.2.4",
        "prettier-plugin-packagejson": "^2.5.2",
        "prettier-plugin-sort-json": "^4.0.0",
        "prettier-plugin-toml": "^2.0.1",
        "source-map-support": "^0.5.21",
        "test-established-expectations": "^1.0.0",
        "ts-node": "^10.9.2",
        "typescript": "^5.3.3",
        "virmator": "^11.3.3"
    }
}
