publish-releases-action/package.json

20 lines
516 B
JSON

{
"name": "publish-releases-action",
"version": "1.0.0",
"description": "支持用户使用节点,登录指定用户在指定仓库创建发行版",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node dist/index.js"
},
"author": "floraachy",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.11.1",
"axios": "^1.7.9",
"before-after-hook": "^3.0.2",
"undici": "^7.3.0",
"universal-user-agent": "^7.0.2"
}
}