create-vitron
Version:
Scaffolding Your Vitron (Electron + Vite) Project
44 lines • 994 B
JSON
{
"name": "create-vitron",
"version": "0.0.8",
"description": "Scaffolding Your Vitron (Electron + Vite) Project",
"bin": {
"create-vitron": "index.js",
"cev": "index.js"
},
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeonv/create-vitron.git"
},
"keywords": [
"electron",
"vite",
"vitron",
"scaffold",
"starter",
"react",
"typescript",
"zustand",
"titlebar"
],
"author": "YeonV a.k.a. Blade<dev@yeonv.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yeonv/create-vitron/issues"
},
"homepage": "https://github.com/yeonv/create-vitron#readme",
"dependencies": {
"arg": "^5.0.2",
"chalk": "4.1.2",
"jimp": "^0.16.1",
"ora": "5.4.1",
"png-to-ico": "^2.1.8",
"png2icons": "^2.0.1",
"prompts": "^2.4.2",
"replace-in-file": "^6.3.5"
}
}