mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-07-31 03:09:21 +00:00
* chore(main): release 0.2.4 * chore: sync cargo lock for release 1.85 * docs: expand 0.2.4 release notes * chore: release 0.3.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lahfir <nmhlahfir2@gmail.com>
33 lines
692 B
JSON
33 lines
692 B
JSON
{
|
|
"name": "agent-desktop",
|
|
"version": "0.3.0",
|
|
"description": "AI agent tool for observing and controlling desktop applications via native OS accessibility trees",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+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"
|
|
]
|
|
}
|