{
  "name": "@s.a.g.a/reset-css",
  "version": "0.2.0",
  "description": "A CSS reset library for building static websites without UI frameworks",
  "main": "index.css",
  "style": "index.css",
  "files": [
    "index.css",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saga-web-engineer/saga-reset-css.git"
  },
  "keywords": [
    "css",
    "reset-css",
    "saga",
    "saga-reset-css"
  ],
  "author": "saga-web-engineer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/saga-web-engineer/saga-reset-css/issues"
  },
  "homepage": "https://github.com/saga-web-engineer/saga-reset-css#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "format": "biome check --write ./"
  },
  "volta": {
    "node": "22.11.0",
    "npm": "10.9.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.0.5"
  }
}
