UNPKG

@aw1875/ghost-cursor

Version:

Move your mouse like a human in puppeteer or generate realistic movements on any 2D plane

34 lines (33 loc) 760 B
{ "name": "@aw1875/ghost-cursor", "version": "1.1.10", "description": "Move your mouse like a human in puppeteer or generate realistic movements on any 2D plane", "repository": "https://github.com/aw1875/ghost-cursor", "main": "lib/spoof.js", "types": "lib/spoof.d.ts", "scripts": { "prepare": "husky install && yarn lint && yarn build", "build": "tsc", "lint": "yarn ts-standard --fix", "test": "exit 0" }, "keywords": [ "bezier-curve", "mouse-movement", "botting" ], "author": "Xetera", "license": "ISC", "files": [ "lib/**/*" ], "dependencies": { "bezier-js": "^2.6.1" }, "devDependencies": { "husky": "7", "puppeteer": "13", "ts-standard": "11", "typescript": "4" } }