astro-ghostcms/.pnpm-store/v3/files/4b/d8709cc7399e76bd5303cc3113c...

43 lines
995 B
Plaintext

{
"name": "@unocss/config",
"version": "0.58.5",
"description": "Config loader for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/config#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/config"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"dependencies": {
"unconfig": "^0.3.11",
"@unocss/core": "0.58.5"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}