Files
dynamic-badges-action/package.json
2022-10-08 19:40:48 +03:00

24 lines
658 B
JSON

{
"name": "dynamic-badges-action",
"version": "1.5.0",
"description": "A GitHub Action which uses shields.io to create custom badges and uploads the to a gist.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Schneegans/dynamic-badges-action.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Schneegans/dynamic-badges-action/issues"
},
"homepage": "https://github.com/Schneegans/dynamic-badges-action#readme",
"dependencies": {
"@actions/core": "^1.2.4"
}
}