Files
ai-code-review/app/package.json
T
jiantw83 65f27f544b Refactor LLM verification and update dependencies
- Removed OpenAI and related dependencies from package.json and package-lock.json.
- Simplified LLM verification logic to focus on OpenCode server.
- Updated tests to reflect changes in LLM provider handling.
- Added CI and CD workflows for automated processes in Gitea.
2026-06-25 10:17:08 +00:00

13 lines
201 B
JSON

{
"name": "ai-code-review",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "node --test *.test.js"
},
"dependencies": {
"axios": "^1.6.7",
"js-yaml": "^4.1.0"
}
}