-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.32 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "command-ai",
"version": "0.31.0",
"description": "Command AI",
"main": "ai.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/CommandAI/ai-cli"
},
"bin": {
"ai": "./ai.js",
"ai!": "./ai!.js",
"aic": "./aic.js",
"aic!": "./aic!.js",
"aiq": "./aiq.js",
"aiq!": "./aiq!.js"
},
"scripts": {
"start": "node ai.js"
},
"keywords": [
"jsonscript",
"script",
"execution",
"commands",
"file-operations",
"ai",
"artificial intelligence",
"cli",
"sql",
"database",
"mysql",
"postgres",
"sqlite"
],
"author": "Jason Jacobs <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"dbinfoz": "^0.14.0",
"get-stdin": "^9.0.0",
"gradient-string": "^2.0.2",
"handlebars": "^4.7.8",
"highlight.js": "^11.9.0",
"inquirer": "^9.3.4",
"jsonscriptlib": "^0.9.0",
"marked": "^13.0.2",
"marked-terminal": "^7.1.0",
"ollama": "^0.5.2",
"openai": "^4.52.3",
"ora": "^8.0.1",
"pino": "^9.2.0",
"pino-pretty": "^11.2.1"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"globals": "^15.8.0",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}