{
  "name": "stylelint-no-unsupported-browser-features",
  "version": "5.0.3",
  "description": "Disallow features that are unsupported by the browsers that you are targeting",
  "homepage": "https://github.com/ismay/stylelint-no-unsupported-browser-features#readme",
  "scripts": {
    "codecov": "codecov",
    "test": "cross-env BROWSERSLIST_DISABLE_CACHE=true BROWSERSLIST='IE 8' jest",
    "test:coverage": "cross-env BROWSERSLIST_DISABLE_CACHE=true BROWSERSLIST='IE 8' jest --coverage",
    "lint:prettier": "prettier --list-different '**/*.js'",
    "lint:js": "eslint '**/*.js'",
    "semantic-release": "semantic-release",
    "prepare": "husky install"
  },
  "peerDependencies": {
    "stylelint": ">=13.0.0"
  },
  "dependencies": {
    "doiuse": "^4.4.1",
    "lodash": "^4.17.15",
    "postcss": "^8.3.6"
  },
  "devDependencies": {
    "@commitlint/cli": "15.0.0",
    "@commitlint/config-conventional": "15.0.0",
    "@semantic-release/changelog": "6.0.1",
    "@semantic-release/commit-analyzer": "9.0.1",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "8.0.2",
    "@semantic-release/npm": "8.0.3",
    "@semantic-release/release-notes-generator": "10.0.2",
    "codecov": "3.8.3",
    "cross-env": "7.0.3",
    "eslint": "8.3.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.25.3",
    "husky": "7.0.4",
    "jest": "27.3.1",
    "jest-preset-stylelint": "4.2.0",
    "lint-staged": "12.1.1",
    "prettier": "2.4.1",
    "semantic-release": "18.0.0",
    "stylelint": "14.1.0"
  },
  "author": "ismay",
  "license": "MIT",
  "engines": {
    "node": ">=12"
  },
  "main": "lib/index.js",
  "files": [
    "lib/index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ismay/stylelint-no-unsupported-browser-features.git"
  },
  "bugs": {
    "url": "https://github.com/ismay/stylelint-no-unsupported-browser-features/issues"
  },
  "keywords": [
    "stylelint",
    "stylelint-plugin",
    "css",
    "doiuse",
    "linter",
    "browser",
    "support"
  ],
  "renovate": {
    "extends": [
      "config:base"
    ]
  }
}
