{
  "_from": "laravel-vite-plugin@^0.6.0",
  "_id": "laravel-vite-plugin@0.6.1",
  "_inBundle": false,
  "_integrity": "sha512-L8zt+bttm6+C0mo3an5J8wRW03SsjbTEouGb3bH2jj/XclFVAX/xEUkG9efhdRHjbEH5RY6cmdJ7bmf7zqjwIQ==",
  "_location": "/laravel-vite-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "laravel-vite-plugin@^0.6.0",
    "name": "laravel-vite-plugin",
    "escapedName": "laravel-vite-plugin",
    "rawSpec": "^0.6.0",
    "saveSpec": null,
    "fetchSpec": "^0.6.0"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.6.1.tgz",
  "_shasum": "d60b31584871a7206feebcf1dd6ab67ea494a670",
  "_spec": "laravel-vite-plugin@^0.6.0",
  "_where": "D:\\laragon\\www\\task-manager",
  "author": {
    "name": "Laravel"
  },
  "bugs": {
    "url": "https://github.com/laravel/vite-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "vite-plugin-full-reload": "^1.0.1"
  },
  "deprecated": false,
  "description": "Laravel plugin for Vite.",
  "devDependencies": {
    "@types/node": "^17.0.31",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "eslint": "^8.14.0",
    "picocolors": "^1.0.0",
    "typescript": "^4.6.4",
    "vite": "^3.0.0",
    "vitest": "^0.12.4"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "/dist",
    "/inertia-helpers"
  ],
  "homepage": "https://github.com/laravel/vite-plugin",
  "keywords": [
    "laravel",
    "vite",
    "vite-plugin"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "laravel-vite-plugin",
  "peerDependencies": {
    "vite": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laravel/vite-plugin.git"
  },
  "scripts": {
    "build": "npm run build-plugin && npm run build-inertia-helpers",
    "build-inertia-helpers": "rm -rf inertia-helpers && tsc --project tsconfig.inertia-helpers.json",
    "build-plugin": "rm -rf dist && tsc && cp src/dev-server-index.html dist/",
    "lint": "eslint --ext .ts ./src ./tests",
    "test": "vitest run"
  },
  "types": "dist/index.d.ts",
  "version": "0.6.1"
}
