mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 08:47:28 +00:00
20 lines
517 B
JSON
20 lines
517 B
JSON
{
|
|
"name": "@gotesttools/gotestfmt-action",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gotesttools/gotestfmt-action.git"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/gotesttools/gotestfmt-action/issues"
|
|
},
|
|
"homepage": "https://github.com/gotesttools/gotestfmt-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.4.0",
|
|
"@actions/github": "^5.0.0",
|
|
"@octokit/rest": "^18.7.1"
|
|
}
|
|
}
|