Files
ai-agents/package.json
ztimson a24961a55c
Some checks failed
Code review / review (pull_request) Failing after 4s
Publish Library / Build NPM Project (push) Failing after 20s
Publish Library / Tag Version (push) Has been skipped
Use npx instead
2025-12-27 22:03:14 -05:00

22 lines
389 B
JSON

{
"name": "@ztimson/ai-agents",
"version": "0.0.3",
"description": "AI agents",
"keywords": ["ai", "review"],
"author": "ztimson",
"license": "ISC",
"type": "module",
"bin": {
"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/"
]
}