actions/release/package.json

20 lines
421 B
JSON

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