{ "name": "setup-earthly", "version": "0.0.0", "private": true, "description": "Setup the earthly in a GitHub Actions build environment", "main": "dist/index.js", "scripts": { "package": "ncc build src/main.ts -o dist --source-map --license LICENSE", "test": "jest --coverage src/**/*", "lint": "eslint src/**/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/earthly/actions-setup.git" }, "author": "earthly technologies", "keywords": [ "actions", "earthly", "setup" ], "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", "@actions/io": "^1.1.1", "@actions/tool-cache": "^1.7.1", "@octokit/core": "^3.6.0", "@octokit/plugin-paginate-rest": "^2.17.0", "jest-playback": "^3.0.0", "make-dir": "^3.1.0", "mkdirp-promise": "^5.0.1", "node-fetch": "^2.6.7", "semver": "^7.3.5" }, "devDependencies": { "@types/jest": "^27.4.1", "@types/node": "^17.0.21", "@types/semver": "^7.3.9", "@typescript-eslint/eslint-plugin": "^5.20.0", "@typescript-eslint/parser": "^5.20.0", "@vercel/ncc": "^0.33.3", "eslint": "^8.13.0", "jest": "^27.5.1", "prettier": "^2.5.1", "ts-jest": "^27.1.3", "typescript": "^4.6.3" } }