-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
53 lines (53 loc) · 1.32 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
46
47
48
49
50
51
52
53
{
"name": "libnut",
"version": "1.0.2",
"description": "libnut is an N-API module for desktop automation with node",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"clean": "node-gyp clean",
"test": "run-script-os",
"test:it": "run-script-os",
"test:darwin:linux": "jasmine 'test/*.js'",
"test:win32": "jasmine test/*.js",
"test:it:darwin:linux": "jasmine 'test/integration/*.js'",
"test:it:win32": "jasmine test/integration/*.js",
"build": "node-gyp rebuild --jobs max --target=6.1.5 --dist-url=https://electronjs.org/headers"
},
"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",
"gypfile": true,
"bugs": {
"url": "https://github.com/nut-tree/libnut/issues"
},
"homepage": "https://github.com/nut-tree/libnut",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^1.7.1",
"node-gyp": "^5.0.7"
},
"devDependencies": {
"jasmine": "^3.5.0",
"run-script-os": "^1.0.7",
"targetpractice": "0.0.7"
},
"engines": {
"node": ">=10.15.3"
}
}