You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
651 B
29 lines
651 B
{
|
|
"name": "@iconify-json/ep",
|
|
"description": "Element Plus icon set in Iconify JSON format",
|
|
"version": "1.1.12",
|
|
"iconSetVersion": "2.1.0",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"types": "index.d.ts",
|
|
"homepage": "https://icon-sets.iconify.design/ep/",
|
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
"license": "MIT",
|
|
"exports": {
|
|
"./*": "./*",
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"require": "./index.js",
|
|
"import": "./index.mjs"
|
|
},
|
|
"./icons.json": "./icons.json",
|
|
"./info.json": "./info.json"
|
|
},
|
|
"iconSet": {
|
|
"icons": "icons.json",
|
|
"info": "info.json"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/types": "*"
|
|
}
|
|
}
|
|
|