You've already forked dynamic-badges-action
🎉 Initial commit
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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",
|
||||
"@actions/github": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user