astro-ghostcms/.pnpm-store/v3/files/be/54b4ca29c7661eb3afc996edda2...

31 lines
702 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "@unocss/reset",
"type": "module",
"version": "0.57.7",
"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.0.0",
"sanitize.css": "^13.0.0"
},
"scripts": {
"build": "esno scripts/copy.ts"
}
}