coding-agent
Version:
An AI coding agent using @agenite framework
37 lines • 881 B
JSON
{
"name": "coding-agent",
"version": "1.1.2",
"description": "An AI coding agent using @agenite framework",
"main": "src/index.ts",
"type": "module",
"keywords": [
"ai",
"agent",
"coding",
"agenite"
],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"@agenite/agent": "0.4.2",
"@agenite/pretty-logger": "0.1.2",
"@agenite-examples/llm-provider": "1.1.0",
"@agenite/llm": "0.4.0",
"@agenite/tool": "0.4.0"
},
"devDependencies": {
"@types/node": "^20.17.25",
"tsx": "^4.7.0",
"typescript": "^5.8.2",
"@repo/typescript-config": "0.1.0",
"@repo/eslint-config": "0.1.0",
"@repo/tsup-config": "0.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx src/index.ts",
"build": "tsc",
"lint": "eslint . --max-warnings 0"
}
}