Files
Gitea_Action_Test/.gitea/actions/js-action/package.json
2025-10-22 15:40:45 -07:00

17 lines
312 B
JSON
Executable File

{
"name": "js-action",
"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.10.1",
"@actions/github": "^6.0.0"
}
}