{
  "name": "eslint-plugin-lodash-es",
  "version": "1.2.1",
  "description": "ESLint plugin that enforces destructured imports from lodash-es and auto-fixes them",
  "author": "ilovepixelart",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilovepixelart/eslint-plugin-lodash-es.git"
  },
  "bugs": {
    "url": "https://github.com/ilovepixelart/eslint-plugin-lodash-es/issues"
  },
  "homepage": "https://github.com/ilovepixelart/eslint-plugin-lodash-es#readme",
  "keywords": [
    "eslint",
    "plugin",
    "lodash",
    "es",
    "lodash-es",
    "destructuring",
    "imports",
    "autofixable",
    "enforces",
    "functions",
    "native",
    "alternatives",
    "cjs",
    "esm"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "tests",
    "tsconfig.json",
    "vite.config.mts",
    "eslint.config.mts"
  ],
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest run --coverage",
    "test:watch": "vitest",
    "test:open": "vitest run --coverage && open-cli coverage/lcov-report/index.html",
    "type:check": "tsc --noEmit",
    "build": "pkgroll --clean-dist",
    "release": "npm install && npm run lint && npm run type:check && npm run build && np --no-publish"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "@stylistic/eslint-plugin": "5.9.0",
    "@types/estree": "^1.0.8",
    "@types/node": "25.3.0",
    "@vitest/coverage-v8": "4.0.18",
    "eslint": "10.0.2",
    "globals": "17.3.0",
    "jiti": "2.6.1",
    "np": "11.0.2",
    "open-cli": "8.0.0",
    "pkgroll": "2.26.3",
    "typescript": "5.9.3",
    "typescript-eslint": "8.56.1",
    "vitest": "4.0.18"
  },
  "peerDependencies": {
    "@types/eslint": "^9.0.0 || ^10.0.0",
    "eslint": "^9.0.0 || ^10.0.0"
  },
  "peerDependenciesMeta": {
    "@types/eslint": {
      "optional": true
    }
  },
  "np": {
    "publish": false
  }
}
