branch-to-docker-tag-name/package.json
2022-09-03 17:49:27 +01:00

24 lines
739 B
JSON

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