{
  "name": "@vue/create-eslint-config",
  "version": "0.14.2",
  "description": "Utility to setup ESLint in Vue.js projects.",
  "type": "module",
  "main": "index.js",
  "bin": {
    "create-eslint-config": "bin/create-eslint-config.js"
  },
  "engines": {
    "node": "^16.14.0 || >= 18.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --fix ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/create-eslint-config.git"
  },
  "keywords": [
    "vue",
    "eslint",
    "config"
  ],
  "author": "Haoqun Jiang <haoqunjiang+npm@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/create-eslint-config/issues"
  },
  "homepage": "https://github.com/vuejs/create-eslint-config#readme",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "ejs": "^3.1.10",
    "enquirer": "^2.4.1",
    "kolorist": "^1.8.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@prettier/plugin-oxc": "^0.1.3",
    "@types/node": "^22.19.3",
    "@vue/eslint-config-prettier": "^10.2.0",
    "@vue/eslint-config-typescript": "^14.6.0",
    "eslint": "^9.39.2",
    "eslint-plugin-oxlint": "~1.33.0",
    "eslint-plugin-vue": "~10.6.2",
    "globals": "^16.5.0",
    "jiti": "^2.6.1",
    "npm-run-all2": "^8.0.4",
    "oxfmt": "^0.18.0",
    "oxlint": "~1.33.0",
    "prettier": "3.7.4",
    "typescript": "~5.9.0"
  }
}
