{
  "name": "eslint-plugin-prettier-vue",
  "version": "5.0.0",
  "description": "ESLint plugin for Prettier formatting, which is better for Vue SFC",
  "homepage": "https://github.com/meteorlxy/eslint-plugin-prettier-vue",
  "repository": "https://github.com/meteorlxy/eslint-plugin-prettier-vue.git",
  "license": "MIT",
  "author": "meteorlxy <meteor.lxy@foxmail.com>",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{js,ts}": "eslint --fix",
    "*.{json,md,yml}": "prettier --write",
    "package.json": "sort-package-json"
  },
  "prettier": "@meteorlxy/prettier-config",
  "dependencies": {
    "@vue/compiler-sfc": "^3.3.4",
    "picocolors": "^1.0.0",
    "prettier": "^3.0.2",
    "prettier-linter-helpers": "^1.0.0",
    "synckit": "^0.8.5"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.7.1",
    "@commitlint/config-conventional": "^17.7.0",
    "@meteorlxy/eslint-config-prettier": "^2.27.3",
    "@meteorlxy/eslint-config-prettier-typescript": "^2.28.0",
    "@meteorlxy/eslint-config-typescript-vue": "^2.28.0",
    "@meteorlxy/prettier-config": "^2.11.0",
    "@meteorlxy/tsconfig": "^2.23.1",
    "@types/eslint": "^8.44.2",
    "@types/node": "^20.5.6",
    "@types/prettier-linter-helpers": "^1.0.1",
    "conventional-changelog-cli": "^3.0.0",
    "eslint": "^8.47.0",
    "eslint-plugin-prettier-vue": "link:",
    "eslint-plugin-vue": "^9.17.0",
    "husky": "^8.0.3",
    "lint-staged": "^14.0.1",
    "rimraf": "^5.0.1",
    "sort-package-json": "^2.5.1",
    "typescript": "^5.2.2"
  },
  "packageManager": "pnpm@8.6.12",
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf ./lib *.tsbuildinfo",
    "dev": "tsc -b --watch tsconfig.build.json",
    "lint": "eslint --ext .ts ./src",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md"
  }
}