{
  "name": "marx-css",
  "version": "4.1.4",
  "description": "The classless CSS reset (perfect for Communists).",
  "main": "css/marx.min.css",
  "browserslist": [
    "defaults"
  ],
  "scripts": {
    "build": "npm run build:dev && npm run build:min",
    "build:dev": "postcss src/marx.css -o css/marx.css",
    "build:min": "postcss src/marx.css -o css/marx.min.css --env production --map",
    "watch": "postcss src/marx.css -o css/marx.css --watch",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "changeset": "changeset",
    "release": "changeset publish",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mblode/marx.git"
  },
  "files": [
    "css",
    "src",
    "LICENSE.md"
  ],
  "keywords": [
    "marx",
    "karl",
    "mblode",
    "matthew blode",
    "matt",
    "blode",
    "layout",
    "framework",
    "css",
    "web",
    "frontend",
    "bootstrap",
    "pure",
    "markdown",
    "format",
    "classless"
  ],
  "author": "Matthew Blode https://github.com/mblode",
  "contributors": [
    {
      "name": "inoas",
      "url": "https://github.com/inoas"
    },
    {
      "name": "John Williams",
      "url": "https://github.com/johncomposed"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mblode/marx/issues"
  },
  "homepage": "https://github.com/mblode/marx",
  "devDependencies": {
    "@biomejs/biome": "^2.3.11",
    "@changesets/cli": "^2.29.8",
    "autoprefixer": "^10.4.23",
    "browserslist": "^4.28.1",
    "cssnano": "^7.1.2",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "postcss-cli": "^11.0.1",
    "postcss-import": "^16.1.1",
    "ultracite": "^7.0.8",
    "@types/node": "^25.0.3"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,jsonc,css,scss,md,mdx}": [
      "npx ultracite fix"
    ]
  },
  "overrides": {
    "@types/node": "^25.0.3"
  }
}
