{
  "name": "reset-zone",
  "version": "5.0.0",
  "description": "A modern CSS reset for modern web applications!",
  "packageManager": "yarn@4.17.0",
  "markdown": "github",
  "license": "MIT",
  "organizationName": "Black Axis",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://opensource.org/license/mit/"
    }
  ],
  "author": "Khaled Mohamed <k.mohamed.11.98@gmail.com> (https://github.com/krypton225)",
  "contributors": [
    "Khaled Mohamed"
  ],
  "bugs": {
    "url": "https://github.com/Black-Axis/reset-zone/issues",
    "email": "black_axis@outlook.com"
  },
  "keywords": [
    "CSS",
    "SCSS",
    "Reset",
    "SCSS Reset",
    "CSS Reset",
    "reset-zone"
  ],
  "files": [
    "src/**/*.scss",
    "dist/**/*.css",
    "index.scss",
    "LICENSE.md",
    "README.md"
  ],
  "exports": {
    ".": {
      "sass": "./index.scss",
      "import": "./index.scss"
    },
    "./src/*": {
      "sass": "./src/*.scss",
      "import": "./src/*.scss"
    }
  },
  "style": "./index.scss",
  "sass": "./index.scss",
  "repository": {
    "url": "https://github.com/Black-Axis/reset-zone",
    "type": "git"
  },
  "scripts": {
    "dev": "concurrently \"yarn scss:watch\" \"yarn scss:layer:watch\" \"yarn lint\" \"yarn banner:watch\" \"yarn min:css\" \"yarn min:layer:css\" \"yarn version:watch\"",
    "scss:watch": "sass ./src/reset-zone.regular.scss:dist/reset-zone.regular.css --no-source-map --watch",
    "scss:layer:watch": "sass ./src/reset-zone.layer.scss:dist/reset-zone.layer.css --no-source-map --watch",
    "banner:watch": "nodemon --watch ./dist/reset-zone.regular.css --watch ./dist/reset-zone.layer.css --ext css --exec 'node scripts/add-banner.js dist/reset-zone.regular.css dist/reset-zone.layer.css'",
    "min:css": "nodemon --watch ./dist/reset-zone.regular.css --exec 'yarn postcss ./dist/reset-zone.regular.css -o ./dist/reset-zone.regular.min.css --config postcss.config.js'",
    "min:layer:css": "nodemon --watch ./dist/reset-zone.layer.css --exec 'yarn postcss ./dist/reset-zone.layer.css -o ./dist/reset-zone.layer.min.css --config postcss.config.js'",
    "lint": "yarn stylelint \"./src/**/*.scss\" --fix",
    "version:watch": "nodemon --watch ./package.json --exec 'node scripts/update-version.js --sync'",
    "version:sync": "node scripts/update-version.js --sync",
    "version:update": "node scripts/update-version.js",
    "version:check": "node scripts/update-version.js --sync --dry-run",
    "preversion": "yarn lint",
    "postversion": "node scripts/update-version.js --sync && git add -A",
    "upgrade": "ncu --upgrade",
    "check-updates": "ncu",
    "cmt": "cz",
    "tags:github": "git push repo --tags",
    "tags:gitlab": "git push gitlab --tags"
  },
  "resolutions": {
    "cross-spawn": "^7.0.5",
    "js-yaml": "^4.2.0",
    "tmp": "0.2.7",
    "lodash": "^4.18.1",
    "tar": "^7.5.8",
    "picomatch": "4.0.4",
    "ip-address": "10.1.1",
    "glob": "^10.5.0",
    "minimatch": "9.0.7",
    "brace-expansion": "2.0.3"
  },
  "devDependencies": {
    "autoprefixer": "^10.5.0",
    "concurrently": "^10.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^9.39.2",
    "nodemon": "^3.1.14",
    "npm-check-updates": "^22.2.1",
    "postcss": "^8.5.15",
    "postcss-banner": "^4.0.1",
    "postcss-cli": "^11.0.1",
    "postcss-minify": "^1.2.0",
    "postcss-preset-env": "^11.3.0",
    "postcss-scss": "^4.0.9",
    "sass": "^1.101.0",
    "stylelint": "^16.26.1",
    "stylelint-config-recommended": "^17.0.0",
    "stylelint-config-standard": "^39.0.1",
    "stylelint-config-standard-scss": "^16.0.0",
    "stylelint-scss": "^6.14.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
