{ "name": "goreleaser-action", "description": "GitHub Action for GoReleaser, a release automation tool for Go projects", "main": "lib/main.js", "scripts": { "build": "tsc && ncc build", "test": "jest --coverage", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "pre-checkin": "yarn run format && yarn run build" }, "repository": { "type": "git", "url": "git+https://github.com/goreleaser/goreleaser-action.git" }, "keywords": [ "actions", "goreleaser", "golang" ], "author": "CrazyMax", "license": "MIT", "dependencies": { "@actions/core": "^1.2.4", "@actions/exec": "^1.0.4", "@actions/http-client": "^1.0.8", "@actions/tool-cache": "^1.5.5" }, "devDependencies": { "@types/jest": "^26.0.0", "@types/node": "^14.0.13", "@zeit/ncc": "^0.22.3", "dotenv": "^8.2.0", "jest": "^26.1.0", "jest-circus": "^26.1.0", "jest-runtime": "^26.1.0", "prettier": "^2.0.5", "tmp": "^0.2.1", "ts-jest": "^26.1.1", "typescript": "^3.9.5", "typescript-formatter": "^7.2.2" } }