{
  "name": "ep_plugin_helpers",
  "version": "0.6.7",
  "description": "Shared factory functions to eliminate boilerplate across Etherpad plugins",
  "author": {
    "name": "John McLear",
    "email": "john@mclear.co.uk"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "ep",
    "etherpad",
    "plugin",
    "helpers"
  ],
  "homepage": "https://github.com/ether/ep_plugin_helpers#readme",
  "bugs": {
    "url": "https://github.com/ether/ep_plugin_helpers/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ep_plugin_helpers.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "packageManager": "pnpm@11.0.6",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "mocha test/ --recursive"
  },
  "dependencies": {
    "log4js": "^6.9.1"
  },
  "devDependencies": {
    "eslint": "^10.4.0",
    "eslint-config-etherpad": "^4.0.5",
    "jsdom": "^29.1.1",
    "mocha": "^11.7.6",
    "typescript": "^6.0.3"
  }
}
