Files
ai-agents/package.json
ztimson 677f84c97a
All checks were successful
Publish Library / Build NPM Project (push) Successful in 3s
Publish Library / Tag Version (push) Successful in 5s
Added label to enable review bot on PRs
2026-01-14 13:38:20 -05:00

23 lines
421 B
JSON

{
"name": "@ztimson/ai-agents",
"version": "0.1.2",
"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/"
]
}