{
  "name": "vue-eslint-parser",
  "version": "10.4.0",
  "description": "The ESLint custom parser for `.vue` files.",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": "./dist/index.cjs",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "peerDependencies": {
    "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
  },
  "dependencies": {
    "debug": "^4.4.0",
    "eslint-scope": "^8.2.0 || ^9.0.0",
    "eslint-visitor-keys": "^4.2.0 || ^5.0.0",
    "espree": "^10.3.0 || ^11.0.0",
    "esquery": "^1.6.0",
    "semver": "^7.6.3"
  },
  "devDependencies": {
    "@babel/core": "^7.26.7",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/plugin-syntax-decorators": "^7.25.9",
    "@babel/plugin-syntax-pipeline-operator": "^7.26.7",
    "@babel/plugin-syntax-typescript": "^7.25.9",
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.19.0",
    "@types/debug": "^4.1.7",
    "@types/estree": "^1.0.0",
    "@types/node": "^18.8.4",
    "@types/semver": "^7.3.12",
    "@typescript-eslint/eslint-plugin": "^8.55.0",
    "@typescript-eslint/parser": "^8.55.0",
    "@vitest/coverage-v8": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "eslint": "^10.0.0",
    "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
    "eslint-plugin-jsonc": "^2.19.1",
    "eslint-plugin-n": "^17.15.1",
    "eslint-plugin-node-dependencies": "^1.3.0",
    "eslint-plugin-prettier": "^5.2.3",
    "eslint-plugin-unicorn": "^57.0.0",
    "jsonc-eslint-parser": "^2.0.3",
    "prettier": "^3.4.2",
    "ts-node": "^10.9.2",
    "tsdown": "^0.20.3",
    "typescript": "~5.7.3",
    "vite": "^6.3.5",
    "vitest": "^3.2.4"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "coverage": "vitest --coverage --ui",
    "lint": "eslint src test package.json",
    "test": "vitest",
    "test:cover": "vitest --coverage",
    "preversion": "npm test -- run",
    "version": "npm run -s build",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vue-eslint-parser.git"
  },
  "keywords": [],
  "author": "Toru Nagashima",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vue-eslint-parser/issues"
  },
  "homepage": "https://github.com/vuejs/vue-eslint-parser#readme",
  "funding": "https://github.com/sponsors/mysticatea"
}
