goreleaser-action/package.json
dependabot-preview[bot] 09fd76f255
chore(deps-dev): bump ts-jest from 25.2.0 to 25.2.1 (#100)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.2.0 to 25.2.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 16:15:41 +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.2",
"@actions/exec": "^1.0.3",
"@actions/tool-cache": "^1.3.1",
"download": "^7.1.0",
"typed-rest-client": "^1.7.1"
},
"devDependencies": {
"@types/download": "^6.2.4",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.2",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"jest-runtime": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1",
"typescript": "^3.7.5",
"typescript-formatter": "^7.2.2"
}
}