23 Star 85 Fork 0

vz / robotn

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
package.json 997 Bytes
Copy Edit Raw Blame History
vz authored 2021-03-15 13:20 . update package.json
{
"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
}
Go
1
https://gitee.com/veni0/robotn.git
git@gitee.com:veni0/robotn.git
veni0
robotn
robotn
master

Search