- 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.
13 lines
201 B
JSON
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"
|
|
}
|
|
}
|