{ "name": "setup-task", "private": true, "description": "Setup Task action", "main": "lib/main.js", "repository": { "type": "git", "url": "git+https://github.com/go-task/setup-task.git" }, "keywords": [ "actions", "taskfile", "task", "setup" ], "author": "Arduino", "license": "GPL-3.0", "dependencies": { "@actions/core": "^1.11.1", "@actions/tool-cache": "^2.0.2", "semver": "^7.7.2", "typed-rest-client": "^2.1.0" }, "devDependencies": { "@actions/io": "^1.1.3", "@types/jest": "^30.0.0", "@types/node": "^20.19.13", "@types/semver": "^7.7.1", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vercel/ncc": "^0.38.3", "ajv-cli": "^5.0.0", "ajv-formats": "^3.0.1", "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "github-label-sync": "3.0.0", "jest": "^30.1.3", "jest-circus": "^30.1.1", "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.45.0", "nock": "^13.5.6", "prettier": "^3.6.2", "strip-json-comments-cli": "^3.0.0", "ts-jest": "^29.4.1", "typescript": "^5.9.2" }, "engines": { "node": "20.x" } }