mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 08:03:43 +00:00
nix
npm cargo
This commit is contained in:
parent
425a71095a
commit
511f21c7ba
16 changed files with 849 additions and 66 deletions
36
npm/deskctl-cli/package.json
Normal file
36
npm/deskctl-cli/package.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "deskctl-cli",
|
||||
"version": "0.1.5",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue