{
  "name": "stylelint-webpack-plugin",
  "version": "0.10.5",
  "publishConfig": {
    "tag": "next"
  },
  "description": "A stylelint plugin for webpack",
  "license": "MIT",
  "repository": "webpack-contrib/stylelint-webpack-plugin",
  "author": "Javier Sánchez-Marín <javiersanchezmarin@gmail.com>",
  "homepage": "https://github.com/webpack-contrib/stylelint-webpack-plugin",
  "bugs": "https://github.com/webpack-contrib/stylelint-webpack-plugin/issues",
  "main": "index.js",
  "engines": {
    "node": ">= 6.9.0"
  },
  "scripts": {
    "commitlint": "commitlint",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "lint": "eslint --cache src test",
    "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
    "lint-staged": "lint-staged",
    "release": "standard-version",
    "release:ci": "conventional-github-releaser -p angular",
    "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
    "security": "nsp check",
    "test": "cross-env WEBPACK_VERSION=4 mocha",
    "test:watch": "echo 'Jest Not Implemented'",
    "test:coverage": "echo 'Jest Not Implemented'",
    "ci:lint": "npm run lint && npm run security",
    "ci:test": "npm run test -- --runInBand",
    "ci:coverage": "npm run test:coverage -- --runInBand",
    "defaults": "webpack-defaults"
  },
  "files": [
    "lib/",
    "index.js"
  ],
  "keywords": [
    "stylelint",
    "lint",
    "linter",
    "node-sass",
    "webpack",
    "plugin",
    "webpack-plugin"
  ],
  "peerDependencies": {
    "stylelint": "^8.0.0",
    "webpack": "^1.13.2 || ^2.7.0 || ^3.11.0 || ^4.4.0"
  },
  "dependencies": {
    "arrify": "^1.0.1",
    "micromatch": "^3.1.8",
    "object-assign": "^4.1.0",
    "ramda": "^0.25.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^6.1.3",
    "@commitlint/config-angular": "^6.1.3",
    "@webpack-contrib/eslint-config-webpack": "^2.0.2",
    "babel-cli": "^6.26.0",
    "babel-jest": "^22.4.3",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "chai": "^4.0.2",
    "conventional-github-releaser": "^1.1.3",
    "coveralls": "^3.0.0",
    "cross-env": "^5.1.3",
    "del": "^3.0.0",
    "del-cli": "^1.1.0",
    "dotenv": "^5.0.0",
    "eslint": "^4.19.1",
    "eslint-plugin-import": "^2.10.0",
    "eslint-plugin-prettier": "^2.6.0",
    "husky": "^0.14.3",
    "lint-staged": "^7.0.1",
    "memory-fs": "^0.4.1",
    "mocha": "^5.0.0",
    "npm-install-version": "^6.0.2",
    "nsp": "^3.2.1",
    "nyc": "^11.4.1",
    "pre-commit": "^1.2.2",
    "prettier": "^1.11.1",
    "standard-version": "^4.3.0",
    "stylelint": "^8.4.0",
    "testdouble": "^3.3.1",
    "webpack": "^4.4.1",
    "webpack-defaults": "^2.1.1"
  },
  "pre-commit": "lint-staged",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  }
}
