gitea-release/package.json

25 lines
534 B
JSON
Raw Normal View History

2022-11-08 15:31:06 +01:00
{
"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"
},
2022-11-08 15:34:20 +01:00
"type": "module",
2022-11-08 15:31:06 +01:00
"repository": {
"type": "git",
"url": "git@jusax.de:jusax23/gitea-release.git"
},
"files": [
2022-11-08 15:37:16 +01:00
"upload.js"
2022-11-08 15:31:06 +01:00
],
"author": "jusax23",
"license": "ISC",
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^3.2.10",
"path": "^0.12.7"
}
}