We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@public-ui/theme-ecl",
"version": "4.1.1-rc.0",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
"type": "git",
"url": "https://github.com/public-ui/kolibri"
},
"bugs": {
"url": "https://github.com/public-ui/kolibri/issues",
"email": "kolibri@itzbund.de"
},
"author": {
"name": "Informationstechnikzentrum Bund",
"email": "kolibri@itzbund.de"
},
"description": "Contains the default theme for KoliBri - The accessible HTML-Standard.",
"keywords": [
"accessibility",
"accessible",
"bitv",
"designsystem",
"design",
"web components",
"webcomponents",
"aria",
"wai",
"axe",
"custom elements",
"styleguide",
"style",
"guide",
"ui",
"html",
"css",
"web",
"a11y",
"w3c",
"webstandard",
"wcag"
],
"type": "module",
"sideEffects": false,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c --watch",
"format": "prettier --check src",
"lint": "pnpm lint:eslint && pnpm lint:stylelint && pnpm lint:tsc",
"lint:eslint": "eslint src",
"lint:stylelint": "stylelint \"src/**/*.{css,scss}\"",
"lint:tsc": "tsc --noemit",
"prepare": "cpy \"node_modules/@public-ui/components/assets/**/*\" assets --dot",
"start:ec": "npm-run-all2 --parallel dev serve:ec",
"start:eu": "npm-run-all2 --parallel dev serve:eu",
"serve:ec": "sh serve.sh ECL_EC",
"serve:eu": "sh serve.sh ECL_EU",
"xtest": "npm-run-all2 test:*",
"test:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test",
"test:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test",
"xtest:update": "npm-run-all2 test:update:*",
"test:update:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
"test:update:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
"pretest": "pnpm build",
"pretest:update": "pnpm build"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.4",
"@eslint/js": "9.39.3",
"@public-ui/components": "workspace:*",
"@public-ui/visual-tests": "workspace:*",
"@rollup/plugin-commonjs": "29.0.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-typescript": "12.3.0",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1",
"autoprefixer": "10.4.27",
"cpy-cli": "6.0.0",
"cross-env": "10.1.0",
"eslint": "9.39.3",
"nodemon": "3.1.14",
"npm-run-all2": "8.0.4",
"postcss": "8.5.6",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"rollup": "4.59.0",
"rollup-plugin-postcss": "4.0.2",
"sass-embedded": "1.97.3",
"stylelint": "17.4.0",
"typescript": "5.9.3",
"unbuild": "3.6.1"
},
"peerDependencies": {
"@public-ui/components": "workspace:*"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"assets",
"dist"
]
}