Files
dynamic-badges-action/package.json

26 lines
708 B
JSON
Raw Normal View History

2020-08-15 12:02:21 +02:00
{
"name": "dynamic-badges-action",
2022-10-08 19:40:48 +03:00
"version": "1.5.0",
2020-08-15 12:02:21 +02:00
"description": "A GitHub Action which uses shields.io to create custom badges and uploads the to a gist.",
"type": "module",
2020-08-15 12:02:21 +02:00
"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",
2020-08-15 12:02:21 +02:00
"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",
"badge-maker": "^3.3.1"
2020-08-15 12:02:21 +02:00
}
}