Files
issue-codebot/package.json
Yusuf Ali 56985caad2
Some checks failed
Unit Tests / unittest (push) Failing after 8s
feat: initial commit
2025-12-14 12:14:08 +00:00

17 lines
318 B
JSON

{
"name": "actions-automation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "2.0.1",
"@actions/github": "6.0.1"
}
}