{
  "name": "ep_set_title_on_pad",
  "description": "Set the title on a pad in Etherpad, also includes real time updates to the UI",
  "version": "0.6.11",
  "license": "Apache-2.0",
  "author": "johnyma22 (John McLear) <john@mclear.co.uk>",
  "keywords": [
    "ep",
    "etherpad",
    "plugin"
  ],
  "dependencies": {},
  "engines": {
    "node": ">=20.0.0"
  },
  "homepage": "https://github.com/ether/ether-plugins/tree/main/ep_set_title_on_pad#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ether-plugins.git"
  },
  "bugs": {
    "url": "https://github.com/ether/ether-plugins/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "devDependencies": {
    "eslint": "^9.24.0",
    "eslint-config-etherpad": "^4.0.4",
    "typescript": "^5.4.3"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  }
}