agent-desktop/npm/package.json
2026-04-16 08:46:46 +00:00

33 lines
691 B
JSON

{
"name": "agent-desktop",
"version": "0.1.12",
"description": "AI agent tool for observing and controlling desktop applications via native OS accessibility trees",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/lahfir/agent-desktop.git"
},
"homepage": "https://github.com/lahfir/agent-desktop",
"bin": {
"agent-desktop": "./bin/agent-desktop.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"files": [
"bin",
"scripts"
],
"engines": {
"node": ">=18"
},
"keywords": [
"desktop",
"automation",
"accessibility",
"cli",
"agent",
"macos",
"a11y"
]
}