-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.89 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.89 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "opendesktop-ai",
"version": "2.2.1",
"description": "OpenDesktop — AI-powered desktop agent that controls your computer. Voice, vision, automation, memory, 50+ AI providers. Install via CLI, control everything.",
"main": "src/index.js",
"bin": {
"opendesktop": "./bin/opendesktop",
"od": "./bin/opendesktop"
},
"scripts": {
"start": "node src/index.js",
"cli": "node src/cli/index.js",
"gui": "node src/gui/index.js",
"test": "node tests/test.js",
"setup": "node src/cli/setup.js"
},
"keywords": [
"ai",
"desktop-agent",
"automation",
"voice-control",
"screen-control",
"ai-assistant",
"open-source",
"cross-platform",
"computer-vision",
"natural-language",
"cli",
"gui",
"opendesktop",
"ai-operating-system",
"robot",
"browser-automation",
"memory",
"openrouter",
"nvidia-nim"
],
"author": "OpenDesktop Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Atum246/OpenDesktop.git"
},
"bugs": {
"url": "https://github.com/Atum246/OpenDesktop/issues"
},
"homepage": "https://github.com/Atum246/OpenDesktop#readme",
"engines": {
"node": ">=18.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {
"axios": "^1.6.7",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"chalk-animation": "^2.0.3",
"cli-table3": "^0.6.3",
"clipboardy": "^3.0.0",
"commander": "^11.1.0",
"conf": "^10.2.0",
"express": "^4.18.2",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2",
"inquirer": "^8.2.6",
"log-symbols": "^5.1.0",
"marked": "^11.1.1",
"nanospinner": "^1.1.0",
"node-notifier": "^10.0.1",
"openai": "^4.28.0",
"ora": "^5.4.1",
"screenshot-desktop": "^1.15.0",
"sharp": "^0.33.2",
"systeminformation": "^5.21.0",
"ws": "^8.16.0"
}
}