branch-to-docker-tag-name/package.json

24 lines
739 B
JSON
Raw Permalink Normal View History

2022-09-03 23:48:34 +08:00
{
2022-09-04 00:41:20 +08:00
"name": "actions-branch-to-docker-tag-name",
2022-09-03 23:48:34 +08:00
"version": "1.0.0",
2022-09-04 00:41:20 +08:00
"description": "[GitHub Action](https://github.com/features/actions) to convert a branch to a valid docker tag name.",
2022-09-03 23:48:34 +08:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-09-04 00:41:20 +08:00
"url": "git+https://github.com/sleepypikachu/actions-branch-to-docker-tag-name.git"
2022-09-03 23:48:34 +08:00
},
"keywords": [],
"author": "Elliot Iddon",
"license": "MIT",
"bugs": {
2022-09-04 00:41:20 +08:00
"url": "https://github.com/sleepypikachu/actions-branch-to-docker-tag-name/issues"
2022-09-03 23:48:34 +08:00
},
2022-09-04 00:41:20 +08:00
"homepage": "https://github.com/sleepypikachu/actions-branch-to-docker-tag-name#readme",
2022-09-03 23:48:34 +08:00
"dependencies": {
2022-09-04 00:49:27 +08:00
"@actions/core": "^1.9.1"
2022-09-03 23:48:34 +08:00
}
}