{
  "name": "@haydn/universal",
  "version": "0.0.3",
  "description": "A CSS reset that strips away almost all of the default browser styles so you can just set the values you want.",
  "repository": "github:haydn/universal",
  "keywords": [
    "css",
    "css reset",
    "ui"
  ],
  "license": "MIT",
  "private": false,
  "files": [
    "universal.css"
  ],
  "scripts": {
    "release": "pnpm dlx np --no-tests --no-release-draft"
  }
}