generated from ztimson/template
All checks were successful
Build and publish / Build Container (push) Successful in 1m1s
18 lines
315 B
JSON
18 lines
315 B
JSON
{
|
|
"name": "ai-reviewer",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"review": "node src/review.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@ztimson/ai-utils": "^0.2.4",
|
|
"@ztimson/node-utils": "^1.0.7",
|
|
"@ztimson/utils": "^0.28.3",
|
|
"dotenv": "^17.2.3"
|
|
}
|
|
}
|