mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 04:03:28 +00:00
36 lines
741 B
JSON
36 lines
741 B
JSON
{
|
|
"name": "deskctl-cli",
|
|
"version": "0.1.6",
|
|
"description": "Installable deskctl CLI package for Linux X11 agents",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/harivansh-afk/deskctl",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/harivansh-afk/deskctl.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/harivansh-afk/deskctl/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"bin": {
|
|
"deskctl": "bin/deskctl.js"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"bin",
|
|
"scripts"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.js",
|
|
"validate": "node scripts/validate-package.js"
|
|
},
|
|
"keywords": [
|
|
"deskctl",
|
|
"x11",
|
|
"desktop",
|
|
"automation",
|
|
"cli"
|
|
]
|
|
}
|