{ "name": "sccache-action", "version": "0.0.7", "description": "Github Action for Sccache", "main": "dist/setup/index.js", "engines": { "node": ">=16" }, "scripts": { "build-dist": "ncc build lib/setup.js -m -o dist/setup/ && ncc build lib/show_stats.js -m -o dist/show_stats", "build": "prettier --write **/*.ts && tsc && npm run build-dist", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "lint": "eslint **/*.ts --cache", "test": "jest --passWithNoTests" }, "repository": { "type": "git", "url": "git+https://github.com/mozilla-actions/sccache-action.git" }, "keywords": [ "sccache" ], "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/mozilla-actions/sccache-action/issues" }, "homepage": "https://github.com/mozilla-actions/sccache-action#readme", "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.13.0", "@typescript-eslint/eslint-plugin": "^7.16.1", "@typescript-eslint/parser": "^7.11.0", "@vercel/ncc": "^0.38.3", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "jest-circus": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "typescript": "^5.7.2" } }