Files
dynamic-badges-action/package.json
Simon Schneegans e99491d01b 🔧 Update dependencies
2022-10-09 06:09:18 +02:00

23 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.10.0"
}
}