gitea-act-create-pr/package.json
Philipp Horstenkamp 2b58149655
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 39s
Added the underscore node_module.
2023-11-19 13:27:05 +01:00

11 lines
209 B
JSON

{
"name": "gitea-acxt-create-pr",
"version": "1.0.0",
"description": "My custom GitHub Action",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.6.0",
"underscore": "^1.13.1"
}
}