{ "name": "sccache-action", "version": "0.0.3", "description": "Github Action for Sccache", "main": "dist/setup/index.js", "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.10.0", "@actions/github": "^5.1.1", "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1" }, "devDependencies": { "@types/jest": "^27.4.1", "@types/node": "^20.5.8", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "@vercel/ncc": "^0.36.1", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.2", "eslint-plugin-prettier": "^4.2.1", "jest": "^27.5.1", "jest-circus": "^29.5.0", "prettier": "^2.8.8", "ts-jest": "^27.1.4", "typescript": "^4.9.5" } }