{ "name": "@unocss/preset-icons", "type": "module", "version": "66.6.7", "description": "Pure CSS Icons for UnoCSS", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-presets/preset-icons" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-preset", "icons", "css-icons", "iconify" ], "sideEffects": false, "exports": { ".": { "browser": "./dist/browser.mjs", "default": "./dist/index.mjs" }, "./browser": "./dist/browser.mjs", "./core": "./dist/core.mjs", "./package.json": "./package.json" }, "types": "dist/index.d.mts", "typesVersions": { "*": { "*": [ "./dist/*.d.mts", "./*" ] } }, "files": [ "dist" ], "dependencies": { "@iconify/utils": "^3.1.0", "ofetch": "^1.5.1", "@unocss/core": "66.6.7" }, "devDependencies": { "@iconify/types": "^2.0.0" }, "scripts": { "build": "tsdown --config-loader unrun", "dev": "tsdown --config-loader unrun --watch" } }