-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 791 Bytes
/
package.json
File metadata and controls
36 lines (36 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
32
33
34
35
36
{
"name": "cli-ai-smollm2",
"version": "1.0.3",
"description": "A blazing-fast, privacy-first CLI chatbot powered by SmolLM2-135M-Instruct.",
"author": "Aditya Chaurasia",
"license": "MIT",
"homepage": "https://aditya-chaurasia.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/Cat-The-Developer-2/cli-ai.git"
},
"type": "module",
"main": "index.js",
"bin": {
"cli-ai-smollm2": "./index.js"
},
"scripts": {
"start": "node ."
},
"keywords": [
"cli",
"chatbot",
"ai",
"smollm",
"offline",
"local-llm"
],
"dependencies": {
"@huggingface/transformers": "^3.7.0",
"chalk": "^5.4.1",
"figlet": "^1.8.2",
"inquirer": "^12.8.2",
"ora": "^8.2.0",
"stopwatch-node": "^1.1.0"
}
}