Files
ai-agents/package.json
ztimson f2936ae4dc
All checks were successful
Publish Library / Build NPM Project (push) Successful in 6s
Publish Library / Tag Version (push) Successful in 4s
Fixed the review stage
2025-12-30 23:34:06 -05:00

23 lines
421 B
JSON

{
"name": "@ztimson/ai-agents",
"version": "0.0.8",
"description": "AI agents",
"keywords": ["ai", "review"],
"author": "ztimson",
"license": "ISC",
"type": "module",
"bin": {
"refine": "./src/refine.mjs",
"review": "./src/review.mjs"
},
"dependencies": {
"@ztimson/ai-utils": "^0.2.4",
"@ztimson/node-utils": "^1.0.7",
"@ztimson/utils": "^0.28.3",
"dotenv": "^17.2.3"
},
"files": [
"src/"
]
}