{
  "name": "@laravel/vite-plugin-wayfinder",
  "version": "0.1.7",
  "description": "Vite plugin for Laravel Wayfinder",
  "keywords": [],
  "author": "Taylor Otwell",
  "license": "MIT",
  "homepage": "https://github.com/laravel/vite-plugin-wayfinder#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laravel/vite-plugin-wayfinder.git"
  },
  "bugs": {
    "url": "https://github.com/laravel/vite-plugin-wayfinder/issues"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "devDependencies": {
    "@types/node": "^22.15.17",
    "minimatch": "^10.0.1",
    "prettier": "^3.5.3",
    "rollup": "^4.40.2",
    "unbuild": "^3.5.0",
    "vite": "^6.3.5"
  },
  "scripts": {
    "prepublish": "pnpm run build",
    "dev": "unbuild --stub",
    "build": "unbuild",
    "format": "prettier --write ."
  }
}