actions/release/package.json

20 lines
421 B
JSON
Raw Permalink Normal View History

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