actions/release/package.json

16 lines
319 B
JSON
Raw Normal View History

2024-08-22 16:26:38 +00:00
{
"name": "gitea-auto-release",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
2024-08-22 16:48:50 +00:00
"type": "module",
2024-08-22 16:26:38 +00:00
"dependencies": {
"@actions/core": "^1.10.1",
"gitea-api": "^1.17.3-1"
}
2024-08-22 16:48:50 +00:00
}