-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 773 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
{
"name": "oopsai",
"version": "1.0.0",
"description": "oopsAI - Beautiful CLI chat app powered by OpenRouter and AI SDK",
"main": "chat.js",
"scripts": {
"start": "node --env-file=.env chat.js",
"chat": "node --env-file=.env chat.js"
},
"keywords": [
"ollama",
"ai",
"chat",
"cli"
],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@ai-sdk/openai": "^3.0.31",
"@openrouter/ai-sdk-provider": "^2.2.3",
"ai": "^6.0.97",
"ai-sdk-ollama": "^3.8.0",
"boxen": "^8.0.1",
"chalk": "^5.6.2",
"figlet": "^1.10.0",
"gradient-string": "^3.0.0",
"ora": "^9.3.0",
"playwright": "^1.58.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@playwright/test": "^1.58.2"
}
}