{
  "name": "eslint-config-scratch",
  "version": "9.0.3",
  "description": "Shareable ESLint config for Scratch",
  "main": "index.js",
  "scripts": {
    "prepare": "husky install",
    "test": "eslint ."
  },
  "eslintConfig": {
    "extends": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LLK/eslint-config-scratch.git"
  },
  "author": "Massachusetts Institute of Technology",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/LLK/eslint-config-scratch/issues"
  },
  "homepage": "https://github.com/LLK/eslint-config-scratch#readme",
  "keywords": [
    "eslint",
    "eslintconfig",
    "scratch"
  ],
  "optionalDependencies": {
    "eslint-plugin-react": ">=7.27.0"
  },
  "peerDependencies": {
    "@babel/eslint-parser": "^7.11.0",
    "eslint": "^8.0.0"
  },
  "devDependencies": {
    "@babel/eslint-parser": "7.17.0",
    "@commitlint/cli": "17.1.2",
    "@commitlint/config-conventional": "17.1.0",
    "eslint": "8.15.0",
    "husky": "8.0.1",
    "scratch-semantic-release-config": "1.0.8",
    "semantic-release": "19.0.5"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}
