24 lines
533 B
JSON
24 lines
533 B
JSON
{
|
|
"name": "gitea-release",
|
|
"version": "1.0.0",
|
|
"description": "Creates release for a tag and uploads content of a folder to gitea.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@jusax.de:jusax23/gitea-release.git"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"author": "jusax23",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"form-data": "^4.0.0",
|
|
"node-fetch": "^3.2.10",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|