{ "name": "goreleaser-action", "private": true, "description": "GitHub Action for GoReleaser, a release automation tool for Go projects", "main": "lib/main.js", "directories": { "lib": "lib" }, "scripts": { "build": "tsc", "test": "jest", "format": "prettier --write **/*.ts", "prune": "npm prune --production" }, "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.0", "@actions/exec": "^1.0.1", "@actions/tool-cache": "^1.1.2", "download": "^7.1.0", "typed-rest-client": "^1.4.0" }, "devDependencies": { "@types/download": "^6.2.4", "@types/jest": "^24.0.21", "@types/node": "^12.12.1", "jest": "^24.8.0", "jest-circus": "^24.7.1", "prettier": "^1.17.1", "ts-jest": "^24.0.2", "typescript": "^3.6.4", "typescript-formatter": "^7.2.2" } }