{
  "name": "@nimblehq/stylelint-config-nimble",
  "version": "1.1.0",
  "description": "Stylelint base configuration developed and maintained by Nimble",
  "keywords": [
    "stylelint",
    "stylelint-plugin",
    "stylelintplugin"
  ],
  "author": "Nimble",
  "main": "lib/index.js",
  "dependencies": {
    "@nimblehq/eslint-config-nimble-core": "^2.7.0",
    "stylelint": "^15.11.0",
    "stylelint-config-property-sort-order-smacss": "^9.1.0",
    "stylelint-config-sass-guidelines": "^10.0.0",
    "stylelint-order": "^6.0.3",
    "stylelint-scss": "^5.2.1"
  },
  "scripts": {
    "eslint": "eslint .",
    "eslint:fix": "eslint . --fix",
    "stylelint": "stylelint '**/*.{css,scss}'",
    "stylelint:fix": "stylelint '**/*.{css,scss}' --fix",
    "lint": "npm run eslint && npm run stylelint"
  },
  "license": "MIT",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=16"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nimblehq/stylelint-config-nimble.git"
  },
  "bugs": {
    "url": "https://github.com/nimblehq/stylelint-config-nimble/issues"
  },
  "homepage": "https://github.com/nimblehq/stylelint-config-nimble",
  "gitHead": "62d35437f9c105ab16a06c1006dd61cf61448e02"
}
