{
  "name": "ec0lint-style-config-recommended-scss",
  "version": "0.0.1",
  "description": "The recommended shareable SCSS config for ec0lint-style",
  "keywords": [
    "ec0lint",
    "ec0lint-style",
    "ec0lint-style-config",
    "scss"
  ],
  "homepage": "https://github.com/ec0lint/ec0lint-style-config-recommended-scss#readme",
  "bugs": {
    "url": "https://github.com/ec0lint/ec0lint-style-config-recommended-scss/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ec0lint/ec0lint-style-config-recommended-scss.git"
  },
  "license": "MIT",
  "author": "ec0lint",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "format": "prettier . --write",
    "lint:formatting": "prettier . --check",
    "lint:js": "eslint . --ignore-path .gitignore",
    "lint:md": "remark . --quiet --frail --ignore-path .gitignore",
    "lint": "npm-run-all --parallel lint:*",
    "release": "np",
    "test": "jest",
    "watch": "jest --watch"
  },
  "prettier": "@stylelint/prettier-config",
  "eslintConfig": {
    "extends": [
      "stylelint"
    ],
    "globals": {
      "module": true,
      "require": true
    }
  },
  "remarkConfig": {
    "plugins": [
      "@stylelint/remark-preset"
    ]
  },
  "stylelint": {
    "extends": [
      "."
    ]
  },
  "dependencies": {
    "ec0lint-style-config-recommended": "^2.1.1",
    "postcss-scss": "^4.0.2"
  },
  "devDependencies": {
    "@stylelint/prettier-config": "^2.0.0",
    "@stylelint/remark-preset": "^4.0.0",
    "ec0lint-style": "^2.1.1",
    "eslint": "^8.3.0",
    "eslint-config-stylelint": "^17.0.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-jest": "^27.1.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-regexp": "^1.5.0",
    "jest": "^29.2.1",
    "np": "^7.6.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.4.1",
    "remark-cli": "^11.0.0"
  },
  "peerDependencies": {
    "ec0lint-style": "^2.1.1",
    "postcss": "^8.3.3"
  },
  "peerDependenciesMeta": {
    "postcss": {
      "optional": true
    }
  }
}
