github-tag-action/package.json

35 lines
859 B
JSON

{
"name": "github-tag-action",
"version": "4.3.0",
"private": true,
"description": "A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version.",
"main": "lib/main.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathieudutour/github-tag-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "Mathieu Dutour",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.4",
"@actions/github": "^2.2.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/release-notes-generator": "^9.0.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@types/node": "^13.13.5",
"@types/semver": "^7.1.0",
"typescript": "^3.8.3"
}
}