ghost-cursor-frames
Version:
Move your mouse like a human in puppeteer or generate realistic movements on any 2D plane, this version has support for iframes
35 lines (34 loc) • 862 B
JSON
{
"name": "ghost-cursor-frames",
"version": "1.2.1",
"description": "Move your mouse like a human in puppeteer or generate realistic movements on any 2D plane, this version has support for iframes",
"repository": "https://github.com/shahzain345/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": "Shahzain",
"license": "ISC",
"files": [
"lib/**/*"
],
"dependencies": {
"bezier-js": "^6"
},
"devDependencies": {
"@types/bezier-js": "4",
"husky": "7",
"puppeteer": "13",
"ts-standard": "11",
"typescript": "4"
}
}