{
  "name": "marx-css",
  "version": "5.3.2",
  "description": "The classless CSS reset (perfect for Communists).",
  "keywords": [
    "blode",
    "bootstrap",
    "classless",
    "css",
    "format",
    "framework",
    "frontend",
    "karl",
    "layout",
    "markdown",
    "marx",
    "matt",
    "matthew blode",
    "mblode",
    "pure",
    "web"
  ],
  "homepage": "https://github.com/mblode/marx",
  "bugs": {
    "url": "https://github.com/mblode/marx/issues"
  },
  "license": "MIT",
  "author": "Matthew Blode https://github.com/mblode",
  "contributors": [
    {
      "name": "inoas",
      "url": "https://github.com/inoas"
    },
    {
      "name": "John Williams",
      "url": "https://github.com/johncomposed"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mblode/marx.git"
  },
  "style": "./css/marx.min.css",
  "files": [
    "css",
    "src",
    "LICENSE.md"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "main": "css/marx.min.css",
  "exports": {
    ".": "./css/marx.min.css",
    "./marx.css": "./css/marx.css",
    "./marx.min.css": "./css/marx.min.css",
    "./css/*": "./css/*",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "npm run build:dev && npm run build:min",
    "build:dev": "lightningcss --bundle --browserslist src/marx.css -o css/marx.css",
    "build:min": "cd css && lightningcss --bundle --browserslist --minify --sourcemap ../src/marx.css -o marx.min.css",
    "build:site": "rm -rf dist && mkdir -p dist/marx/css && cp docs/index.html dist/marx/index.html && cp css/marx.min.css dist/marx/css/marx.min.css && cp -R docs/img dist/marx/img",
    "lint": "oxlint .",
    "lint:fix": "oxlint --fix .",
    "format": "oxfmt --write .",
    "format:check": "oxfmt --check .",
    "changeset": "changeset",
    "release": "changeset publish",
    "test": "npm run lint && npm run format:check && npm run build && npx publint",
    "prepare": "lefthook install || true"
  },
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "@types/node": "^26.1.1",
    "browserslist": "^4.28.6",
    "lefthook": "^2.1.10",
    "lightningcss-cli": "^1.32.0",
    "oxfmt": "^0.58.0",
    "oxlint": "^1.73.0",
    "publint": "^0.3.21",
    "ultracite": "7.9.3"
  },
  "overrides": {
    "@types/node": "^26.1.1"
  },
  "browserslist": [
    "chrome >= 123",
    "edge >= 123",
    "firefox >= 120",
    "safari >= 17.5",
    "ios_saf >= 17.5",
    "and_chr >= 123",
    "and_ff >= 120",
    "samsung >= 27",
    "opera >= 109"
  ]
}
