ghost-cursor-patchright-core
Version:
Move your mouse like a human in puppeteer and playwright or generate realistic movements on any 2D plane
59 lines (58 loc) • 1.52 kB
JSON
{
"name": "ghost-cursor-patchright-core",
"version": "1.3.42",
"description": "Move your mouse like a human in puppeteer and playwright or generate realistic movements on any 2D plane",
"repository": "https://github.com/Xetera/ghost-cursor",
"main": "lib/spoof.js",
"types": "lib/spoof.d.ts",
"scripts": {
"prepare": "yarn build",
"build": "tsc -p tsconfig.build.json",
"lint": "yarn ts-standard --fix",
"test": "jest"
},
"keywords": [
"bezier-curve",
"mouse-movement",
"botting"
],
"author": "Xetera & Jake writer (patches)",
"license": "ISC",
"files": [
"lib/**/*"
],
"dependencies": {
"@types/bezier-js": "4",
"bezier-js": "^6.1.3",
"debug": "^4.3.4",
"patchright-core": "^1.50.1"
},
"devDependencies": {
"@swc/core": "^1.2.194",
"@swc/jest": "^0.2.21",
"@types/debug": "^4.1.9",
"@types/jest": "29",
"husky": "9",
"jest": "28",
"jest-playwright-preset": "^2.0.0",
"playwright": "^1.50.1",
"ts-standard": "12",
"typescript": "5.1"
},
"jest": {
"verbose": true,
"preset": "jest-playwright-preset",
"modulePathIgnorePatterns": [
"./lib",
"./src/test.ts"
],
"reporters": [
"default",
"github-actions"
],
"transform": {
"^.+\\.(t|j)sx?$": "@swc/jest"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}