mirror of
https://github.com/tcsenpai/ollamagents.git
synced 2025-06-02 17:20:09 +00:00
22 lines
427 B
JSON
22 lines
427 B
JSON
{
|
|
"name": "ollamagents",
|
|
"version": "1.0.0",
|
|
"main": "main.ts",
|
|
"author": "tcsenpai <dev@tcsenpai.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "tsx main.ts"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.3",
|
|
"dotenv": "^16.4.5",
|
|
"terminal-kit": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.1.0",
|
|
"@types/terminal-kit": "^2.5.6",
|
|
"tsx": "^4.16.5",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|