{ "name": "@unocss/rule-utils", "type": "module", "version": "66.6.7", "description": "Utilities 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/rule-utils" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "types": "dist/index.d.mts", "files": [ "dist" ], "engines": { "node": ">=14" }, "dependencies": { "magic-string": "^0.30.21", "@unocss/core": "^66.6.7" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch" } }