bezier-mouse-js
Version:
Lightweight javascript library to mirror human-like mouse movements with Bézier curves.
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "bezier-mouse-js",
"type": "commonjs",
"version": "1.1.5",
"description": "Lightweight javascript library to mirror human-like mouse movements with Bézier curves.",
"main": "src/BezierMouse.js",
"scripts": {
"test": "mocha",
"docs": "jsdoc ./src/BezierMouse.js -d docs/"
},
"keywords": [
"automation",
"bot",
"botting",
"bezier",
"mouse",
"bezier-curves",
"mouse-emulation",
"autoclicker",
"mouse-movement"
],
"author": "ChrisdeWolf",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChrisdeWolf/bezier-mouse-js/issues"
},
"homepage": "https://github.com/ChrisdeWolf/bezier-mouse-js",
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisdeWolf/bezier-mouse-js.git"
},
"dependencies": {
"@nut-tree/nut-js": "^3.1.2",
"bezier-js": "^6.1.4"
},
"devDependencies": {
"chai": "^4.3.8",
"jsdoc": "~4.0.2",
"mocha": "^10.6.0",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0"
}
}