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

24 lines
736 B
JSON
Raw Normal View History

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