mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2024-11-10 02:11:07 +07:00
26 lines
560 B
JSON
26 lines
560 B
JSON
{
|
|
"name": "gitea-release-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"package": "ncc build main.js -o dist",
|
|
"build": "ncc build main.js",
|
|
"start": "node main.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/github": "^6.0.0",
|
|
"gitea-api": "^1.17.3-1",
|
|
"glob": "^10.3.10"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.38.1"
|
|
}
|
|
}
|