{
  "name": "ghost-cursor-playwright",
  "version": "2.1.0",
  "description": "Move your mouse like a human in playwright or generate realistic movements on any 2D plane",
  "repository": "https://github.com/reaz1995/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": {
    "@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"
  }
}
