{ "name": "ccache-action", "version": "1.0.0", "description": "github action to speedup building using ccache", "main": "dist/restore/index.js", "scripts": { "metadata": "metadata/generate.sh", "prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts", "test": "NODE_OPTIONS='--experimental-vm-modules' npx jest" }, "repository": { "type": "git", "url": "git+https://github.com/hendrikmuhs/ccache-action.git" }, "keywords": [ "actions", "ccache", "cache", "c++", "cpp", "c" ], "author": "Hendrik Muhs", "license": "MIT", "dependencies": { "@actions/cache": "^6.2.0", "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", "@actions/io": "^3.0.2" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^26.4.0", "@vercel/ncc": "^0.44.1", "jest": "^30.5.1", "ts-jest": "^29.4.4", "typescript": "^5.9.3" }, "bugs": { "url": "https://github.com/hendrikmuhs/ccache-action/issues" }, "homepage": "https://github.com/hendrikmuhs/ccache-action#readme" }