{
  "name": "tonka-vite-plugin",
  "version": "1.32.5",
  "description": "A Vite plugin for Inertia.js that provides automatic page imports and enhanced development experience.",
  "main": "./dist/index.js",       
  "types": "./dist/index.d.ts",     
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "build": "tsc" 
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "vite": "^5.0.0" 
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clicalmani/inertia-vite-plugin.git"
  },
  "keywords": [
    "Inertia",
    "vite"
  ],
  "author": "@clicalmani",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/clicalmani/inertia-vite-plugin/issues"
  },
  "homepage": "https://github.com/clicalmani/inertia-vite-plugin#readme"
}
