{
  "name": "create-vite-electron-fun",
  "version": "0.1.11",
  "description": "Vite Electron Boilerplate cli",
  "main": "index.js",
  "bin": {
    "create-vite-electron-fun": "index.js",
    "cve": "index.js"
  },
  "scripts": {},
  "files": [
    "index.js",
    "templates/**/*",
    "images"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "keywords": [
    "vite",
    "electron",
    "svelte",
    "react",
    "vue"
  ],
  "author": "czfadmin",
  "license": "MIT",
  "dependencies": {
    "kolorist": "^1.5.0",
    "minimist": "^1.2.5",
    "prompts": "^2.4.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/czfadmin/vite-electron-boilerplate.git"
  },
  "bugs": {
    "url": "https://github.com/czfadmin/vite-electron-boilerplate/issues"
  },
  "homepage": "https://github.com/czfadmin/vite-electron-boilerplate/blob/main/README.md",
  "gitHead": "80b111ce7fb3d62e7fb76601f5b0287a5707c07a"
}
