{
    "name": "azure-pipelines-tasks-codecoverage-tools",
    "version": "3.276.0",
    "author": "Microsoft Corporation",
    "description": "VSTS Tasks Code Coverage Tools",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/microsoft/azure-pipelines-tasks-common-packages/issues"
    },
    "dependencies": {
        "@types/cheerio": "0.22.0",
        "@types/node": "^16.11.39",
        "@types/q": "^1.5.4",
        "azure-pipelines-task-lib": "^5.2.10",
        "cheerio": "1.0.0-rc.6",
        "fs-extra": "^0.30.0",
        "mocha": "^11.7.5",
        "os": "^0.1.1",
        "rewire": "^6.0.0",
        "semver": "^7.5.4",
        "sinon": "^14.0.0",
        "strip-bom": "^3.0.0",
        "xml2js": "^0.6.2"
    },
    "devDependencies": {
        "@types/mocha": "^5.2.6",
        "typescript": "^4.9.5"
    },
    "overrides": {
	    "serialize-javascript": "^7.0.4"
    },
    "scripts": {
        "build": "cd ../build-scripts && npm install && cd ../codecoverage-tools && node make.js",
        "test": "mocha _build/Tests/L0.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/microsoft/azure-pipelines-tasks-common-packages.git",
        "directory": "common-npm-packages/codecoverage-tools"
    },
    "homepage": "https://github.com/microsoft/azure-pipelines-tasks-common-packages#readme"
}
