-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.14 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.14 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
{
"name": "@agent-sh/computer-use-linux",
"version": "0.2.5",
"description": "Linux desktop-control MCP server: AT-SPI accessibility trees, Wayland/X11 input, screenshots, and compositor window targeting.",
"license": "MIT",
"type": "commonjs",
"homepage": "https://github.com/agent-sh/computer-use-linux#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/agent-sh/computer-use-linux.git"
},
"bugs": {
"url": "https://github.com/agent-sh/computer-use-linux/issues"
},
"keywords": [
"mcp",
"computer-use",
"linux",
"wayland",
"accessibility",
"hermes-agent",
"codex"
],
"os": [
"linux"
],
"cpu": [
"x64",
"arm64"
],
"bin": {
"computer-use-linux": "npm/bin/computer-use-linux.js"
},
"files": [
"LICENSE",
"README.md",
"skills/computer-use-linux/SKILL.md",
"npm/README.md",
"npm/bin/computer-use-linux.js",
"npm/install.js"
],
"scripts": {
"postinstall": "node npm/install.js",
"pack:check": "npm pack --dry-run",
"test:wrapper": "node npm/bin/computer-use-linux.js --help"
},
"engines": {
"node": ">=18"
}
}