{ "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.4.0", "@actions/tool-cache": "^1.7.1", "semver": "^7.3.5", "typed-rest-client": "^1.8.5" }, "devDependencies": { "@actions/io": "^1.1.1", "@types/jest": "^27.0.1", "@types/node": "^16.6.1", "@types/semver": "^7.3.8", "@typescript-eslint/eslint-plugin": "^4.29.1", "@typescript-eslint/parser": "^4.29.1", "@vercel/ncc": "^0.29.0", "eslint": "^7.32.0", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.0", "jest": "^26.6.3", "jest-circus": "^27.0.6", "nock": "^13.1.1", "prettier": "^2.3.2", "ts-jest": "^26.5.6", "typescript": "^4.3.5" } }