astro-ghostcms/.pnpm-store/v3/files/90/aec49daab458e8f7fc836612633...

31 lines
702 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "@unocss/reset",
"type": "module",
"version": "0.58.5",
"description": "Collection of CSS resetting",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"exports": {
"./*": "./*"
},
"files": [
"**/*.css"
],
"devDependencies": {
"@csstools/normalize.css": "^12.1.1",
"sanitize.css": "^13.0.0"
},
"scripts": {
"build": "esno scripts/copy.ts"
}
}