{
  "name": "vsts-tasks-dotnetcoreexe",
  "version": "2.129.4",
  "description": "Dotnet core exe",
  "main": "dotnetcore.js",
  "scripts": {
    "build": "node ../../make.js build --task DotNetCoreCLIV2",
    "serverBuild": "node ../../make.js serverBuild --task DotNetCoreCLIV2",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Microsoft/azure-pipelines-tasks.git"
  },
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
  },
  "homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
  "dependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^24.10.0",
    "archiver": "1.2.0",
    "azure-devops-node-api": "^15.1.3",
    "azure-pipelines-task-lib": "^5.2.10",
    "azure-pipelines-tasks-packaging-common": "3.273.0",
    "azure-pipelines-tasks-utility-common": "3.272.0",
    "json5": "^2.2.3",
    "uuid": "3.2.1"
  },
  "devDependencies": {
    "typescript": "^5.7.2"
  }
}
