{
  "name": "@vizejs/nuxt-lint-config",
  "version": "0.424.11",
  "description": "Shareable Nuxt-aware lint preset core for the Vize toolchain",
  "keywords": [
    "config",
    "lint",
    "nuxt",
    "oxlint",
    "preset",
    "vize",
    "vue"
  ],
  "homepage": "https://github.com/ubugeeei-prod/vize",
  "bugs": {
    "url": "https://github.com/ubugeeei-prod/vize/issues"
  },
  "license": "MIT",
  "author": "ubugeeei",
  "repository": {
    "type": "git",
    "url": "https://github.com/ubugeeei-prod/vize.git",
    "directory": "npm/framework/nuxt-lint-config"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "25.9.2",
    "typescript": "6.0.3",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.1.24",
    "vite-plus": "0.1.24"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "pnpm build && node --test src/*.test.ts",
    "check": "vp check src vite.config.ts",
    "check:fix": "vp check --fix src vite.config.ts",
    "fmt": "vp fmt --write src vite.config.ts"
  }
}