{
  "name": "ep_button_link",
  "description": "Adds a button to the toolbar that links out to a new window",
  "version": "1.0.49",
  "author": "johnyma22 (John McLear) <john@mclear.co.uk>",
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ep_button_link.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 ."
  }
}
