{ "name": "cache", "version": "4.2.3", "private": true, "description": "Cache dependencies and build outputs", "main": "dist/restore/index.js", "scripts": { "build": "tsc && ncc build -o dist/restore src/restore.ts && ncc build -o dist/save src/save.ts && ncc build -o dist/restore-only src/restoreOnly.ts && ncc build -o dist/save-only src/saveOnly.ts", "test": "tsc --noEmit && jest --coverage", "lint": "eslint **/*.ts --cache", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/actions/cache.git" }, "keywords": [ "actions", "node", "cache" ], "author": "GitHub", "license": "MIT", "dependencies": { "@actions/cache": "^4.0.3", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.3" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/nock": "^11.1.0", "@types/node": "^24.1.0", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vercel/ncc": "^0.38.3", "eslint": "^8.28.0", "eslint-config-prettier": "^9.1.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-prettier": "^5.5.3", "eslint-plugin-simple-import-sort": "^12.1.1", "jest": "^29.7.0", "jest-circus": "^29.7.0", "nock": "^13.2.9", "prettier": "^3.6.2", "ts-jest": "^29.4.0", "typescript": "^5.8.3" }, "engines": { "node": ">=24" } }