{
  "name": "stylelint-config-recommended",
  "version": "2.1.0",
  "description": "Recommended shareable config for stylelint",
  "keywords": [
    "stylelint",
    "stylelint-config",
    "recommended"
  ],
  "author": "stylelint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/stylelint/stylelint-config-recommended.git"
  },
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "devDependencies": {
    "eslint": "^4.3.0",
    "eslint-config-stylelint": "^8.0.0",
    "jest": "^22.0.0",
    "npm-run-all": "^4.0.2",
    "npmpub": "^3.1.0",
    "remark-cli": "^5.0.0",
    "remark-preset-lint-consistent": "^2.0.0",
    "remark-preset-lint-recommended": "^3.0.0",
    "stylelint": "^9.0.0"
  },
  "peerDependencies": {
    "stylelint": "^8.3.0 || ^9.0.0"
  },
  "scripts": {
    "dry-release": "npmpub --dry --verbose",
    "lint:js": "eslint . --ignore-path .gitignore",
    "lint:md": "remark . --quiet --frail",
    "lint": "npm-run-all --parallel lint:*",
    "pretest": "npm run lint",
    "release": "npmpub",
    "test": "jest",
    "watch": "jest --watch"
  },
  "eslintConfig": {
    "extends": [
      "stylelint"
    ]
  },
  "jest": {
    "testEnvironment": "node",
    "verbose": true
  },
  "remarkConfig": {
    "plugins": [
      "preset-lint-recommended",
      "preset-lint-consistent"
    ]
  }
}
