{
  "name": "@leancodepl/linting",
  "version": "9.5.1",
  "license": "Apache-2.0",
  "dependencies": {
    "@leancodepl/eslint-config": "9.5.1",
    "@leancodepl/prettier-config": "9.5.1",
    "@leancodepl/stylelint-config": "9.5.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leancodepl/js_corelibrary.git",
    "directory": "packages/linters/linting"
  },
  "homepage": "https://github.com/leancodepl/js_corelibrary",
  "bugs": {
    "url": "https://github.com/leancodepl/js_corelibrary/issues"
  },
  "description": "Meta-package for LeanCode linting configurations",
  "keywords": [
    "linting",
    "eslint",
    "prettier",
    "stylelint",
    "typescript",
    "javascript",
    "leancode"
  ],
  "author": {
    "name": "LeanCode",
    "url": "https://leancode.co"
  },
  "sideEffects": false
}