{
  "name": "@witheslint/preset-vue",
  "version": "1.16.0",
  "type": "module",
  "description": "The vue preset for witheslint.",
  "author": "Joie <leaps@live.com>",
  "license": "MIT",
  "homepage": "https://github.com/witheslint/witheslint",
  "bugs": "https://github.com/witheslint/witheslint/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/witheslint/witheslint.git",
    "directory": "packages/integrations/vue"
  },
  "keywords": [
    "vue",
    "eslint",
    "eslint-config",
    "eslint-preset"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    },
    "./modules": {
      "types": "./dist/modules.d.ts",
      "default": "./dist/modules.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "eslint-plugin-vue": "^10.1.0",
    "vue-eslint-parser": "^10.1.3"
  },
  "devDependencies": {
    "@witheslint/core": "^1.16.0"
  },
  "peerDependencies": {
    "@witheslint/core": "^1.16.0"
  },
  "scripts": {
    "build": "pnpm typegen && unbuild",
    "typegen": "tsx scripts/typegen.ts"
  }
}