{ "name": "goreleaser-action", "private": true, "description": "GitHub Action for GoReleaser, a release automation tool for Go projects", "main": "lib/main.js", "directories": { "lib": "lib" }, "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.3", "@actions/exec": "^1.0.3", "@actions/tool-cache": "^1.3.3", "download": "^8.0.0", "typed-rest-client": "^1.7.3" }, "devDependencies": { "@types/download": "^6.2.4", "@types/jest": "^25.2.1", "@types/node": "^13.11.0", "jest": "^25.2.7", "jest-circus": "^25.2.7", "jest-runtime": "^25.2.7", "prettier": "^2.0.4", "ts-jest": "^25.3.1", "typescript": "^3.8.3", "typescript-formatter": "^7.2.2" }, "scripts": { "build-dep": "npm install -g removeNPMAbsolutePaths", "build": "tsc", "test": "jest", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "prune": "npm prune --production && removeNPMAbsolutePaths \"./\" --force --fields _where _args" } }