Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
206 B
JSON
13 lines
206 B
JSON
{
|
|
"name": "ai-code-review",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test test/*.test.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|