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