{ "name": "bitcoin-logo", "private": true, "version": "1.0.0", "description": "Premium 3D SVG rotating Bitcoin logo", "author": "Grzegorz Kucmierz", "license": "MIT", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "vue": "^3.5.25" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.2", "vite": "^7.3.1" } }