{
  "name": "ep_cursortrace",
  "description": "Show cursor/caret movements of other users in real time",
  "version": "3.1.19",
  "author": "RedHog (Egil Moeller) <egil.moller@freecode.no>",
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ether-plugins.git"
  },
  "contributors": [
    {
      "name": "John McLear",
      "email": "john@mclear.co.uk",
      "url": "http://mclear.co.uk"
    }
  ],
  "dependencies": {},
  "engines": {
    "node": ">=20.0.0"
  },
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "devDependencies": {
    "eslint": "^9.24.0",
    "eslint-config-etherpad": "^4.0.4",
    "typescript": "^5.4.3"
  },
  "bugs": {
    "url": "https://github.com/ether/ether-plugins/issues"
  },
  "homepage": "https://github.com/ether/ether-plugins/tree/main/ep_cursortrace#readme",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  }
}