@kirillvakalov/ghost-cursor-playwright
Version:
Move your mouse like a human in playwright or generate realistic movements on any 2D plane
43 lines (42 loc) • 945 B
JSON
{
"name": "@kirillvakalov/ghost-cursor-playwright",
"version": "2.0.5",
"description": "Move your mouse like a human in playwright or generate realistic movements on any 2D plane",
"repository": "https://github.com/kirillvakalov/ghost-cursor-playwright",
"main": "lib/cursor.js",
"types": "lib/cursor.d.ts",
"keywords": [
"bezier-curve",
"mouse-movement",
"botting"
],
"author": "reaz",
"license": "MIT",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc",
"example": "tsc && node ./lib/example.js"
},
"dependencies": {
"bezier-js": "^4.1.1"
},
"devDependencies": {
"@types/bezier-js": "^4.1.0",
"@types/node": "^16.11.11",
"typescript": "^4.5.2"
},
"peerDependencies": {
"playwright": "*",
"playwright-core": "*"
},
"peerDependenciesMeta": {
"playwright": {
"optional": true
},
"playwright-core": {
"optional": true
}
}
}