{ "name": "@unocss/preset-wind4", "type": "module", "version": "66.6.7", "description": "Tailwind 4 compact preset for UnoCSS", "authors": [ { "name": "Anthony Fu", "email": "anthonyfu117@hotmail.com" }, { "name": "Chris", "email": "hizyyv@gmail.com" } ], "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-wind4" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-preset", "tailwind4" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./colors": "./dist/colors.mjs", "./postprocess": "./dist/postprocess.mjs", "./rules": "./dist/rules.mjs", "./shortcuts": "./dist/shortcuts.mjs", "./theme": "./dist/theme.mjs", "./utils": "./dist/utils.mjs", "./variants": "./dist/variants.mjs", "./package.json": "./package.json" }, "types": "dist/index.d.mts", "typesVersions": { "*": { "*": [ "./dist/*.d.mts", "./*" ] } }, "files": [ "dist" ], "dependencies": { "@unocss/core": "66.6.7", "@unocss/extractor-arbitrary-variants": "66.6.7", "@unocss/rule-utils": "66.6.7" }, "scripts": { "build": "tsdown --config-loader unrun", "dev": "tsdown --config-loader unrun --watch" } }