agent-desktop/npm/package.json
github-actions[bot] d07898336e
Some checks are pending
CI / Format (push) Waiting to run
CI / Test (push) Waiting to run
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (rust) (push) Waiting to run
Release / Release Please (push) Waiting to run
Release / Build (aarch64-apple-darwin) (push) Blocked by required conditions
Release / Build (x86_64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (aarch64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (x86_64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Release / Build FFI (aarch64-unknown-linux-gnu) (push) Blocked by required conditions
Release / Build FFI (x86_64-pc-windows-msvc) (push) Blocked by required conditions
Release / Publish to GitHub Release (push) Blocked by required conditions
Release / Publish to npm (push) Blocked by required conditions
Release / Publish Skills to ClawHub (push) Blocked by required conditions
Supply Chain / Audit (push) Waiting to run
chore(main): release 0.2.1 (#46)
* chore(main): release 0.2.1

* chore: sync cargo lock for release 1.85

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-23 06:09:29 -04:00

33 lines
692 B
JSON

{
"name": "agent-desktop",
"version": "0.2.1",
"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"
]
}