{
  "name": "@gaotisan/ghostcursor",
  "version": "1.0.2",
  "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": [
    "ghostcursor",
    "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/GhostCursor.git"
  },
  "bugs": {
    "url": "https://github.com/gaotisan/GhostCursor/issues"
  },
  "homepage": "https://github.com/gaotisan/GhostCursor#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 11"
  ]
}