UNPKG

cache-action

Version:

Save and restore files as a cache in GitHub Actions

44 lines 1.12 kB
{ "name": "cache-action", "version": "1.0.0", "description": "Save and restore files as a cache in GitHub Actions", "keywords": [ "github", "action", "cache" ], "homepage": "https://threeal.github.io/cache-action", "bugs": { "url": "https://github.com/threeal/cache-action/issues", "email": "alfi.maulana.f@gmail.com" }, "repository": "github:threeal/cache-action", "license": "MIT", "author": "Alfi Maulana <alfi.maulana.f@gmail.com>", "type": "module", "main": "dist/lib/cache.js", "types": "dist/lib/cache.d.ts", "files": [ "dist/lib" ], "devDependencies": { "@eslint/js": "^9.29.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.3", "@tsconfig/node20": "^20.1.6", "@types/node": "^24.0.3", "eslint": "^9.29.0", "gha-utils": "^0.4.1", "jiti": "^2.4.2", "lefthook": "^1.11.14", "prettier": "^3.5.3", "rollup": "^4.43.0", "typedoc": "^0.28.5", "typescript": "^5.8.3", "typescript-eslint": "^8.34.1", "vitest": "^3.2.4" }, "scripts": { "test": "vitest run" } }