forked from mpereiraesaa/libnut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "libnut",
"version": "2.1.0",
"description": "libnut is an N-API module for desktop automation with node",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"clean": "cmake-js clean",
"patch": "node ./patch-packagename.js",
"build:debug": "cmake-js rebuild --debug",
"build:release": "cmake-js rebuild --CDCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\"",
"prepublishOnly": "npm run build:release",
"publish:next": "npm publish --tag next"
},
"repository": {
"type": "git",
"url": "https://github.com/nut-tree/libnut.git"
},
"keywords": [
"GUI",
"Automation",
"mouse",
"keyboard",
"screenshot",
"image",
"desktop",
"screen",
"recognition",
"autohotkey"
],
"author": "Simon Hofmann <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nut-tree/libnut/issues"
},
"homepage": "https://github.com/nut-tree/libnut",
"dependencies": {
"bindings": "1.5.0",
"cmake-js": "6.1.0",
"node-addon-api": "3.0.0"
},
"engines": {
"node": ">=10.15.3"
}
}