{ "name": "setup-task", "private": true, "description": "Setup Task action", "main": "lib/main.js", "repository": { "type": "git", "url": "git+https://github.com/arduino/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.1", "semver": "^7.6.3", "typed-rest-client": "^2.1.0" }, "devDependencies": { "@actions/io": "^1.1.3", "@types/jest": "^28.1.8", "@types/node": "^20.17.7", "@types/semver": "^7.5.8", "@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": "^9.1.0", "eslint-plugin-import": "^2.31.0", "github-label-sync": "2.3.1", "jest": "^28.1.3", "jest-circus": "^29.7.0", "markdown-link-check": "^3.12.2", "markdownlint-cli": "^0.43.0", "nock": "^13.5.6", "prettier": "^3.3.3", "strip-json-comments-cli": "^3.0.0", "ts-jest": "^28.0.8", "typescript": "^5.7.2" }, "engines": { "node": "20.x" } }