{
  "name": "ep_special_characters",
  "description": "Insert special characters into a pad",
  "version": "0.0.65",
  "author": {
    "name": "Johnyma22",
    "email": "john@mclear.co.uk",
    "url": "http://mclear.co.uk"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ep_special_characters.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 ."
  }
}
