astro-ghostcms/.pnpm-store/v3/files/46/a11771540e4a8cb9ffe1adbe336...

47 lines
1.0 KiB
Plaintext

{
"name": "@unocss/core",
"version": "0.58.5",
"description": "The instant on-demand Atomic CSS engine.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/core#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"atomic-css",
"atomic-css-engine",
"css",
"tailwind",
"windicss"
],
"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"
],
"devDependencies": {
"magic-string": "^0.30.6",
"unconfig": "^0.3.11"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}