{ "name": "@actions/tool-cache", "version": "0.0.0", "description": "Actions tool-cache lib", "keywords": [ "exec", "actions" ], "homepage": "https://github.com/actions/toolkit/tree/master/packages/exec", "license": "MIT", "main": "lib/tool-cache.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "scripts" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/actions/toolkit.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "tsc": "tsc" }, "bugs": { "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { "semver": "^6.1.0", "typed-rest-client": "^1.4.0", "uuid": "^3.3.2", "@actions/core": "^0.0.0", "@actions/io": "^0.0.0", "@actions/exec": "^0.0.0" }, "devDependencies": { "nock": "^10.0.6", "@types/nock": "^10.0.3", "@types/semver": "^6.0.0", "@types/uuid": "^3.4.4" } }