mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-22 11:34:02 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: veeck <gitkraken@veeck.de>
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"name": "magicmirror-fonts",
|
|
"version": "1.0.0",
|
|
"description": "Package for fonts use by MagicMirror² core.",
|
|
"bugs": {
|
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^5.1.1",
|
|
"@fontsource/roboto-condensed": "^5.1.1"
|
|
}
|
|
}
|