{ "name": "@sophie/main", "version": "0.1.0", "private": true, "main": "dist/index.cjs", "scripts": { "build": "vite build", "typecheck": "tsc" }, "dependencies": { "@sophie/shared": "workspace:*", "electron": "^16.0.5" }, "devDependencies": { "@types/electron-devtools-installer": "^2.2.0", "@types/node": "^16.11.15", "electron-devtools-installer": "^3.2.0", "typescript": "^4.5.4", "vite": "^2.7.6" } }