{
  "name": "@atlassian/jquery-eslint-runner",
  "version": "0.3.2",
  "description": "Automated tool for running ESLint with jQuery breaking change detection rules across repositories or directories",
  "bin": "./src/cli.js",
  "scripts": {
    "test": "jest",
    "write-csv": "node src/cli.js write-csv",
    "clone-and-lint": "node src/cli.js clone-and-lint",
    "lint-directory": "node src/cli.js lint-directory",
    "prepublishOnly": "copy-files-from-to"
  },
  "author": "Atlassian",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/atlassian/jquery-migrate-eslint-runner.git"
  },
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  },
  "homepage": "https://www.npmjs.com/package/@atlassian/jquery-eslint-runner",
  "keywords": [
    "eslint",
    "jquery",
    "migration",
    "breaking-changes",
    "linting",
    "cli"
  ],
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "copy-files-from-to": "^4.0.0",
    "eslint": "7.32.0",
    "eslint-plugin-jquery-breaking-changes": "git+ssh://git@bitbucket.org:atlassian/eslint-plugin-jquery-breaking-changes.git",
    "jest": "^29.7.0"
  },
  "dependencies": {
    "babel-eslint": "^10.1.0",
    "commander": "^13.1.0",
    "eslint": "7.32.0",
    "lodash": "^4.17.21",
    "requireindex": "^1.2.0"
  },
  "packageManager": "yarn@4.12.0",
  "copyFiles": [
    {
      "from": "node_modules/eslint-plugin-jquery-breaking-changes/**/*",
      "to": "eslint-configs/jira-dc/plugins/eslint-plugin-jquery-breaking-changes/"
    }
  ],
  "copyFilesSettings": {
    "whenFileExists": "overwrite"
  }
}
