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.",
|
2023-09-26 17:37:34 -07:00
|
|
|
"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": "",
|
2022-10-08 19:40:08 +03:00
|
|
|
"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": {
|
2023-09-26 17:37:34 -07:00
|
|
|
"@actions/core": "^1.10.0",
|
|
|
|
|
"badge-maker": "^3.3.1"
|
2020-08-15 12:02:21 +02:00
|
|
|
}
|
2023-09-26 17:37:34 -07:00
|
|
|
}
|