goreleaser-action/package.json
dependabot-preview[bot] ab18cbf9b2
chore(deps-dev): bump jest-circus from 25.2.1 to 25.2.3 (#128)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 25.2.1 to 25.2.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.2.3/packages/jest-circus)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-27 16:51:56 +01:00

45 lines
1.1 KiB
JSON

{
"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.3",
"@actions/exec": "^1.0.3",
"@actions/tool-cache": "^1.3.3",
"download": "^7.1.0",
"typed-rest-client": "^1.7.2"
},
"devDependencies": {
"@types/download": "^6.2.4",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.4",
"jest": "^25.2.3",
"jest-circus": "^25.2.3",
"jest-runtime": "^25.2.3",
"prettier": "^2.0.2",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3",
"typescript-formatter": "^7.2.2"
}
}