{ "name": "cache", "version": "3.3.4", "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 --fix", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "bump:patch": "npm version patch" }, "repository": { "type": "git", "url": "git+https://github.com/justvanilla/shared-gha-cache-s3.git" }, "keywords": [ "actions", "node", "cache" ], "author": "GitHub", "license": "MIT", "dependencies": { "github-actions.cache-s3": "^1.0.1", "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/glob": "^0.4.0", "@actions/http-client": "^2.1.0", "@actions/io": "^1.1.2", "@aws-sdk/client-s3": "^3.309.0", "@aws-sdk/lib-storage": "^3.309.0", "@aws-sdk/node-http-handler": "^3.306.0", "proxy-agent": "^5.0.0", "semver": "^7.3.8", "uuid": "^9.0.0" }, "devDependencies": { "@aws-sdk/types": "^3.306.0", "@types/jest": "^27.5.2", "@types/nock": "^11.1.0", "@types/node": "^16.18.3", "@types/semver": "^7.3.13", "@types/uuid": "^9.0.1", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^26.9.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-simple-import-sort": "^7.0.0", "jest": "^28.1.3", "jest-circus": "^27.5.1", "nock": "^13.2.9", "prettier": "^2.8.0", "ts-jest": "^28.0.8", "typescript": "^4.9.5" } }