-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
41 lines (41 loc) · 997 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
37
38
39
40
41
{
"name": "robotn",
"version": "0.20.0",
"description": "Node.js native cross-platform GUI Automation.",
"main": "robot.js",
"typings": "robot.ts",
"scripts": {
"build": "go get -v github.com/vcaesar/gocs && gocs -n robotgo",
"install": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/vcaesar/robotn.git"
},
"keywords": [
"Automation",
"GUI",
"mouse",
"keyboard",
"screenshot",
"image",
"pixel",
"desktop",
"robotn",
"robotjs",
"screen"
],
"author": "vcaesar",
"license": "Apache-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/vcaesar/robotn/issues"
},
"homepage": "https://github.com/vcaesar/robotn",
"dependencies": {
"ffi-napi": "^4.0.3",
"ref-napi": "^3.0.1",
"ref-struct-napi": "^1.1.1"
},
"__npminstall_done": false
}