{
  "name": "ep_pad_activity_nofication_in_title",
  "description": "* in pad title when an edit event has happened that you might not have seen",
  "version": "0.1.65",
  "author": {
    "name": "John Mclear",
    "email": "john@mclear.co.uk",
    "url": "http://mclear.co.uk"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ep_pad_activity_nofication_in_title.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "devDependencies": {
    "eslint": "^8.57.1",
    "eslint-config-etherpad": "^4.0.5",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  }
}
