Files
auto-versioning-action/package.json
2025-11-24 20:22:23 +01:00

19 lines
386 B
JSON

{
"name": "autoversioningpackageaction",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"cross-fetch": "^4.1.0",
"gitea-js": "^1.23.0"
}
}