ep_prefer_color_scheme
Version:
Change Etherpad-lite skin variant according to system settings
39 lines • 951 B
JSON
{
"name": "ep_prefer_color_scheme",
"version": "0.0.9",
"description": "Change Etherpad-lite skin variant according to system settings",
"main": "index.js",
"keywords": [
"etherpad",
"color",
"skin",
"theme"
],
"author": "SamTV12345",
"license": "Apache-2.0 license",
"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_prefer_color_scheme#readme",
"devDependencies": {
"eslint": "^9.24.0",
"eslint-config-etherpad": "^4.0.4",
"typescript": "^5.4.3"
},
"engines": {
"node": ">=20.0.0"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}