{
    "name": "@thecollege/azure-test-track",
    "version": "1.4.4",
    "description": "Azure DevOps utilities for test plan and test run management",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/TheCollegeHub/azure-test-track.git"
    },
    "bugs": {
    "url": "https://github.com/TheCollegeHub/azure-test-track/issues"
    },
    "homepage": "https://github.com/TheCollegeHub/azure-test-track#readme",
    "main": "lib/reporter.js",
    "scripts": {
        "test": "npx jest"
    },
    "keywords": [
        "azure",
        "devops",
        "test",
        "automation"
    ],
    "author": "Nathan Araujo",
    "license": "MIT",
    "dependencies": {
        "axios": "^1.7.2",
        "xml2js": "^0.6.2"
    },
    "publishConfig": {
        "access": "public"
    },
    "devDependencies": {
        "jest": "^29.7.0"
    }
}
