{
  "name": "ep_disable_reset_authorship_colours",
  "description": "Disable The reset authorship colours button",
  "version": "0.0.27",
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ether-plugins.git"
  },
  "author": {
    "name": "John McLear",
    "email": "john@mclear.co.uk",
    "url": "http://mclear.co.uk"
  },
  "contributors": [],
  "dependencies": {},
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "devDependencies": {
    "eslint": "^9.24.0",
    "eslint-config-etherpad": "^4.0.4",
    "typescript": "^5.4.3"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "bugs": {
    "url": "https://github.com/ether/ether-plugins/issues"
  },
  "homepage": "https://github.com/ether/ether-plugins/tree/main/ep_disable_reset_authorship_colours#readme",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  }
}