ep_prefer_color_scheme
Version:
Change Etherpad-lite skin variant according to system settings
40 lines (39 loc) • 944 B
JSON
{
"name": "ep_prefer_color_scheme",
"version": "0.0.52",
"description": "Change Etherpad-lite skin variant according to system settings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"keywords": [
"etherpad",
"color",
"skin",
"theme"
],
"author": "SamTV12345",
"license": "Apache-2.0 license",
"repository": {
"type": "git",
"url": "git+https://github.com/ether/ep_prefer_color_scheme.git"
},
"bugs": {
"url": "https://github.com/ether/ep_prefer_color_scheme/issues"
},
"homepage": "https://github.com/ether/ep_prefer_color_scheme",
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-etherpad": "^4.0.5",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=18.0.0"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
}
}