{
    "name": "jest-monocart-coverage",
    "version": "1.1.1",
    "description": "Jest Monocart Coverage Reports",
    "main": "./lib/index.js",
    "exports": {
        ".": {
            "types": "./lib/index.d.ts",
            "import": "./lib/index.mjs",
            "require": "./lib/index.js",
            "default": "./lib/index.js"
        },
        "./package.json": "./package.json"
    },
    "types": "./lib/index.d.ts",
    "scripts": {
        "link": "sf link ./ -f",
        "test": "jest",
        "test:issue": "jest --runInBand",
        "test:istanbul": "jest -c jest.config.istanbul.js",
        "test:all": "jest -c jest.config.all.js test/wrapped.test.js",
        "patch": "npm run test && sf publish patch -r"
    },
    "files": [
        "lib"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cenfun/jest-v8-coverage.git"
    },
    "dependencies": {
        "monocart-coverage-reports": "^2.8.7"
    },
    "devDependencies": {
        "eight-colors": "^1.3.0",
        "eslint": "^9.6.0",
        "eslint-config-plus": "^2.0.2",
        "eslint-plugin-html": "^8.1.1",
        "jest": "^29.7.0"
    },
    "peerDependencies": {
        "@jest/reporters": "*"
    }
}
