{ "name": "vite-plugin-electron", "version": "0.12.0", "description": "Electron 🔗 Vite", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./*": "./*" }, "repository": { "type": "git", "url": "git+https://github.com/electron-vite/vite-plugin-electron.git" }, "author": "草鞋没号 <308487730@qq.com>", "license": "MIT", "scripts": { "dev": "vite build --watch", "build": "vite build", "types": "tsc --emitDeclarationOnly", "prepublishOnly": "npm run test && npm run build", "test": "vitest run" }, "devDependencies": { "rollup": "^3.17.2", "typescript": "^4.9.5", "vite": "^4.1.4", "vitest": "^0.28.5" }, "files": [ "dist", "electron-env.d.ts" ], "keywords": [ "vite", "plugin", "electron", "renderer" ] }