UNPKG

ep_font_size

Version:
40 lines 861 B
{ "description": "Apply sizes to fonts", "name": "ep_font_size", "version": "0.4.65", "license": "Apache-2.0", "author": { "name": "John McLear", "email": "john@mclear.co.uk" }, "keywords": [ "ep", "etherpad", "plugin" ], "dependencies": {}, "engines": { "node": ">=20.0.0" }, "repository": { "type": "git", "url": "https://github.com/ether/ether-plugins.git" }, "bugs": { "url": "https://github.com/ether/ether-plugins/issues" }, "homepage": "https://github.com/ether/ether-plugins/tree/main/ep_font_size#readme", "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 ." } }