@avilabs/ghost-cursor-playwright
Version:
Move your mouse like a human in playwright or generate realistic movements on any 2D plane
40 lines (39 loc) • 997 B
JSON
{
"name": "@avilabs/ghost-cursor-playwright",
"version": "2.1.5",
"description": "Move your mouse like a human in playwright or generate realistic movements on any 2D plane",
"main": "lib/cursor.js",
"types": "lib/cursor.d.ts",
"keywords": [
"bezier-curve",
"mouse-movement",
"botting"
],
"author": "reaz & avilabs",
"license": "MIT",
"files": [
"lib/**/*"
],
"scripts": {
"build": "npx tsc"
},
"dependencies": {
"@types/trusted-types": "^2.0.7",
"bezier-js": "^4.1.1",
"playwright-core": "^1.19.2",
"trusted-types": "^2.0.0"
},
"devDependencies": {
"@types/bezier-js": "^4.1.0",
"@types/node": "^16.11.11",
"typescript": "^4.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avilabss/ghost-cursor-playwright.git"
},
"bugs": {
"url": "https://github.com/avilabss/ghost-cursor-playwright/issues"
},
"homepage": "https://github.com/avilabss/ghost-cursor-playwright#readme"
}