{
  "name": "ep_cursortrace",
  "description": "Show cursor/caret movements of other users in real time",
  "version": "3.1.48",
  "author": "RedHog (Egil Moeller) <egil.moller@freecode.no>",
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ep_cursortrace.git"
  },
  "contributors": [
    {
      "name": "John McLear",
      "email": "john@mclear.co.uk",
      "url": "http://mclear.co.uk"
    }
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "devDependencies": {
    "eslint": "^8.57.1",
    "eslint-config-etherpad": "^4.0.5",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  }
}
