Urara-Blog/node_modules/.pnpm-store/v3/files/5b/1b083db4c34843a2b55505f3b8206c31b7baf0a5ab52a148466a8f44dc76ac290f0391b4c309e0f98a125e362cf18a331cb5d20385bff9bfd1eee3e89bd765
2022-08-14 01:14:53 +08:00

42 lines
No EOL
966 B
Text

{
"name": "@unocss/config",
"version": "0.45.6",
"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": "git+https://github.com/unocss/unocss.git",
"directory": "packages/config"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"dependencies": {
"@unocss/core": "0.45.6",
"unconfig": "^0.3.5"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}