UNPKG

operator-cursor

Version:

👻 A phantom cursor that navigates and interacts with web pages like a human operator

62 lines • 1.55 kB
{ "name": "operator-cursor", "version": "1.0.3", "description": "👻 A phantom cursor that navigates and interacts with web pages like a human operator", "main": "src/index.js", "type": "module", "files": [ "src/", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "demo": "npx http-server . -p 3000 -o examples/basic-demo.html", "test": "echo \"Tests coming soon\" && exit 0", "lint": "echo \"Linting coming soon\"", "build": "echo \"ES modules - no build needed\"", "prepublishOnly": "npm test" }, "publishConfig": { "access": "public" }, "keywords": [ "operator-cursor", "phantom-cursor", "web-automation", "browser-automation", "cursor-automation", "dom-automation", "ui-testing", "web-navigation", "automatic-clicking", "form-automation", "visual-effects", "cursor-animation", "bot-cursor", "virtual-cursor", "automation-library", "javascript", "typescript", "frontend", "dom-manipulation" ], "author": "Gaotisan <tu.email@ejemplo.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/gaotisan/operator-cursor.git" }, "bugs": { "url": "https://github.com/gaotisan/operator-cursor/issues" }, "homepage": "https://github.com/gaotisan/operator-cursor#readme", "engines": { "node": ">=14.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 11" ] }