{
  "name": "@nuxt/eslint-plugin",
  "type": "module",
  "version": "0.3.12",
  "description": "ESLint plugin for Nuxt",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/eslint.git",
    "directory": "packages/eslint-plugin"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "eslint": "^8.57.0 || ^9.0.0"
  },
  "dependencies": {
    "@typescript-eslint/types": "^7.8.0",
    "@typescript-eslint/utils": "^7.8.0"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}