forked from ozgrozer/ai-renamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 871 Bytes
/
package.json
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
37
38
39
{
"version": "1.0.22",
"license": "GPL-3.0",
"name": "ai-renamer",
"main": "./src/index.js",
"bin": {
"ai-renamer": "./src/index.js"
},
"description": "A Node.js CLI that uses Ollama and LM Studio models (Llava, Gemma, Llama etc.) to intelligently rename files by their contents",
"author": {
"name": "Ozgur Ozer",
"email": "[email protected]",
"url": "https://github.com/ozgrozer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ozgrozer/ai-renamer.git"
},
"dependencies": {
"axios": "^1.7.2",
"change-case": "^5.4.4",
"pdf-parse": "^1.1.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"standard": "^17.1.0"
},
"keywords": [
"ai",
"files",
"ollama",
"llama3",
"cli-tool",
"automation",
"file-renamer",
"file-management",
"machine-learning"
]
}