gotesttools-gotestfmt-action/package.json
2021-07-28 08:24:31 +02:00

20 lines
541 B
JSON

{
"name": "@haveyoudebuggedit/gotestfmt-action",
"version": "1.0.0",
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/haveyoudebuggedit/gotestfmt-action.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/haveyoudebuggedit/gotestfmt-action/issues"
},
"homepage": "https://github.com/haveyoudebuggedit/gotestfmt-action#readme",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"@octokit/rest": "^18.7.1"
}
}