32 lines
733 B
JSON
32 lines
733 B
JSON
|
|
{
|
||
|
|
"name": "@iconify-json/carbon",
|
||
|
|
"description": "Carbon icon set in Iconify JSON format",
|
||
|
|
"version": "1.2.22",
|
||
|
|
"iconSetVersion": "11.81.0",
|
||
|
|
"main": "index.js",
|
||
|
|
"module": "index.mjs",
|
||
|
|
"types": "index.d.ts",
|
||
|
|
"homepage": "https://icon-sets.iconify.design/carbon/",
|
||
|
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"exports": {
|
||
|
|
"./*": "./*",
|
||
|
|
".": {
|
||
|
|
"types": "./index.d.ts",
|
||
|
|
"require": "./index.js",
|
||
|
|
"import": "./index.mjs"
|
||
|
|
},
|
||
|
|
"./icons.json": "./icons.json",
|
||
|
|
"./info.json": "./info.json",
|
||
|
|
"./metadata.json": "./metadata.json"
|
||
|
|
},
|
||
|
|
"iconSet": {
|
||
|
|
"icons": "icons.json",
|
||
|
|
"info": "info.json",
|
||
|
|
"metadata": "metadata.json"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@iconify/types": "*"
|
||
|
|
}
|
||
|
|
}
|