{ "name": "@unocss/extractor-mdc", "type": "module", "version": "0.65.4", "description": "UnoCSS extractor for MDC", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/unocss/unocss/tree/main/packages/extractor-mdc#readme", "repository": { "type": "git", "url": "https://github.com/unocss/unocss", "directory": "packages/extractor-mdc" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-extractor" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "devDependencies": { "@unocss/core": "0.65.4" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "test:attw": "attw --pack --config-path ../../.attw-esm-only.json" } }