{
  "name": "eslint-plugin-json-format",
  "version": "2.0.1",
  "description": "lint and auto-fix json",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint --ext .ts,.js,.json,.eslintrc .",
    "lint-fix": "yarn lint --fix",
    "semantic-release": "semantic-release",
    "test": "jest",
    "test-watch": "DEBUG='json*' DEBUG_DEPTH=10 yarn jest --watch"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "dependencies": {
    "common-tags": "^1.8.0",
    "debug": "^4.1.1",
    "diff-match-patch": "^1.0.4",
    "json-fixer": "^1.3.2",
    "line-column": "^1.0.2",
    "lodash": "^4.17.15",
    "minimatch": "^3.0.4",
    "sort-package-json": "^1.22.1"
  },
  "devDependencies": {
    "@cypress/eslint-plugin-dev": "^3.2.0",
    "@cypress/eslint-plugin-json": "^3.2.3",
    "@types/fs-extra": "^7.0.0",
    "@types/jest": "^24.0.15",
    "@typescript-eslint/eslint-plugin": "^1.11.0",
    "@typescript-eslint/parser": "^1.11.0",
    "eslint": "6.1.0",
    "eslint-plugin-mocha": "^5.3.0",
    "eslint-plugin-sort-requires": "^2.1.0",
    "fs-extra": "^8.0.1",
    "husky": "^3.0.0",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "lint-staged": "^9.2.1",
    "semantic-release": "^15.13.16",
    "typescript": "^3.5.2"
  },
  "peerDependencies": {
    "eslint": ">= 3.2.1"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bkucera/eslint-plugin-json-format.git"
  },
  "author": "bkucera",
  "keywords": [
    "eslint",
    "eslint-plugin",
    "eslint-plugin-json",
    "eslintplugin",
    "json",
    "json-format"
  ],
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,eslintrc}": [
      "eslint --fix",
      "git add"
    ]
  }
}
