{
  "name": "eslint-plugin-react-with-styles",
  "version": "2.4.0",
  "description": "ESLint plugin for react-with-styles",
  "main": "lib/index.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "scripts": {
    "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
    "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
    "lint": "eslint .",
    "mocha": "mocha --recursive",
    "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
    "prepublishOnly": "safe-publish-latest",
    "prepublish": "not-in-publish || safe-publish-latest",
    "pretest": "npm run --silent lint",
    "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
    "tag": "git tag v$npm_package_version",
    "test": "npm run tests-only",
    "tests-only": "npm run mocha --silent tests",
    "posttest": "aud --production",
    "version:major": "npm --no-git-tag-version version major",
    "version:minor": "npm --no-git-tag-version version minor",
    "version:patch": "npm --no-git-tag-version version patch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/eslint-plugin-react-with-styles.git"
  },
  "keywords": [
    "eslint",
    "react",
    "react-with-styles",
    "eslint-plugin",
    "eslintplugin"
  ],
  "author": "Joe Lencioni <joe.lencioni@airbnb.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/airbnb/eslint-plugin-react-with-styles/issues"
  },
  "homepage": "https://github.com/airbnb/eslint-plugin-react-with-styles#readme",
  "peerDependencies": {
    "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  },
  "devDependencies": {
    "aud": "^2.0.0",
    "chai": "^4.2.0",
    "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7 || ^8",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.4",
    "in-publish": "^2.0.0",
    "ls-engines": "^0.6.4",
    "mocha": "^5.2.0",
    "safe-publish-latest": "^1.1.3",
    "semver": "^6.3.0"
  },
  "dependencies": {
    "has": "^1.0.3"
  },
  "engines": {
    "node": ">= 4"
  }
}
