Files
dynamic-badges-action/package.json
2020-08-15 12:40:48 +02:00

24 lines
658 B
JSON

{
"name": "dynamic-badges-action",
"version": "1.0.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": "ISC",
"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"
}
}