{
  "name": "stylelint-config-rational-order-fix",
  "version": "0.1.9",
  "description": "Stylelint config that sorts related property declarations by grouping together following the order: Positioning, Box Model, Typography, Visual, Animation, Other.",
  "author": "Constverum <constverum@gmail.com>",
  "license": "Apache-2.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Allohamora/stylelint-config-rational-order.git"
  },
  "bugs": {
    "url": "https://github.com/Allohamora/stylelint-config-rational-order/issues"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "jest"
  },
  "keywords": [
    "stylelint",
    "stylelint-config",
    "stylelint-order",
    "stylelint-plugin",
    "properties-order",
    "css property order",
    "declaration-order",
    "css declaration order",
    "rational-css",
    "order-css",
    "order",
    "stylelint-config-rational-order",
    "stylelint-config-rational-order-fix"
  ],
  "dependencies": {
    "stylelint": "^14.3.0",
    "stylelint-order": "^5.0.0"
  },
  "devDependencies": {
    "eslint": "^8.8.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^26.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.5.0",
    "prettier": "^2.5.1"
  },
  "engines": {
    "node": ">=16.13.2",
    "npm": ">=8.1.2"
  },
  "homepage": "https://github.com/Allohamora/stylelint-config-rational-order"
}
