{
  "name": "@lazycuh/eslint-config-base-with-vitest",
  "version": "3.0.6",
  "main": "index.js",
  "module": "index.cjs",
  "author": {
    "name": "Lazy Cuh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lazycuh/eslint-config-base-with-vitest"
  },
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "import": "./index.js",
      "require": "./index.cjs",
      "default": "./index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "keywords": [
    "eslint",
    "eslint config",
    "eslint typescript",
    "eslint typescript javascript",
    "eslint node",
    "eslint vitest typescript",
    "eslint vitest node",
    "eslint vitest"
  ],
  "scripts": {
    "build": "node make-config.js",
    "check-code-styles": "prettier --check \"(*.js|*.json|*.md)\"",
    "lint-staged": "lint-staged",
    "prepare": "husky"
  },
  "dependencies": {
    "@lazycuh/eslint-config-base": "^3.0.7",
    "eslint-plugin-vitest": "^0.5.4"
  },
  "devDependencies": {
    "eslint": "^9.7.0",
    "husky": "^9.1.0",
    "lint-staged": "^15.2.7",
    "prettier": "^3.3.3"
  },
  "lint-staged": {
    "**/*.{js,json,md,yaml,yml}": [
      "prettier -w --cache"
    ]
  },
  "packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}
