mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:29:29 +08:00
31 lines
743 B
Text
31 lines
743 B
Text
{
|
|
"name": "@iconify-json/mdi",
|
|
"description": "Material Design Icons icon set in Iconify JSON format",
|
|
"version": "1.1.30",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"types": "index.d.ts",
|
|
"homepage": "https://icon-sets.iconify.design/mdi/",
|
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
"license": "Apache 2.0",
|
|
"exports": {
|
|
"./*": "./*",
|
|
".": {
|
|
"require": "./index.js",
|
|
"import": "./index.mjs"
|
|
},
|
|
"./icons.json": "./icons.json",
|
|
"./info.json": "./info.json",
|
|
"./metadata.json": "./metadata.json",
|
|
"./chars.json": "./chars.json"
|
|
},
|
|
"iconSet": {
|
|
"icons": "icons.json",
|
|
"info": "info.json",
|
|
"metadata": "metadata.json",
|
|
"chars": "chars.json"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/types": "*"
|
|
}
|
|
}
|