{
  "name": "@unocss/reset",
  "type": "module",
  "version": "0.61.0",
  "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"
  }
}