-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "ollama-api-tools",
"version": "1.0.0",
"description": "Auto-execution CLI tool for LLM-powered task automation using local Ollama processing.",
"homepage": "https://github.com/NeaByteLab/Ollama-API-Tools#readme",
"bugs": {
"url": "https://github.com/NeaByteLab/Ollama-API-Tools/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeaByteLab/Ollama-API-Tools.git"
},
"license": "MIT",
"author": "NeaByteLab",
"type": "module",
"main": "CLI.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "node CLI.js",
"test": "node tests/TestTools.js"
},
"dependencies": {
"commander": "^14.0.0",
"fs": "^0.0.1-security",
"inquirer": "^12.8.2",
"ora": "^8.2.0",
"os": "^0.1.2"
}
}