-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 849 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "libxdo",
"version": "0.2.0",
"description": "fake keyboard/mouse input, window management, and more using X11’s XTEST extension and other Xlib functions",
"main": "index.js",
"scripts": {
"start": "node example.js",
"test": "echo 'Do your best and create some!'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeinrichAD/libxdo.git"
},
"keywords": [
"libxdo",
"xdotool",
"X11",
"Xlib",
"mouse",
"keyboard",
"desktop",
"screen",
"automation"
],
"author": "HeinrichAD",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/HeinrichAD/libxdo/issues"
},
"homepage": "https://github.com/HeinrichAD/libxdo#readme",
"dependencies": {
"ffi-napi": "^4.0.3",
"ref-napi": "^3.0.3",
"ref-struct-di": "^1.1.1"
}
}