{ "name": "sophie", "version": "0.1.0", "description": "Messaging app build from the ground up with security in mind", "keywords": [ "messaging", "app" ], "license": "AGPL-3.0-only", "private": true, "engines": { "node": ">=v16.13" }, "main": "packages/main/dist/index.cjs", "scripts": { "build": "yarn workspaces foreach -vpt run build", "precompile": "cross-env MODE=production yarn run build", "compile": "yarn precompile && electron-builder build --config .electron-builder.config.js --dir --config.asar=false", "watch": "node scripts/watch.js", "typecheck": "yarn workspaces foreach -vp run typecheck", "update-electron-vendors": "node scripts/update-electron-vendors.js" }, "workspaces": [ "packages/main", "packages/preload", "packages/renderer" ], "devDependencies": { "@typescript-eslint/eslint-plugin": "5.8.0", "@typescript-eslint/parser": "^5.8.0", "cross-env": "7.0.3", "electron": "16.0.5", "electron-builder": "22.14.11", "eslint": "8.5.0", "rollup": "^2.61.1", "typescript": "4.5.4", "vite": "2.7.6" }, "packageManager": "yarn@3.1.1" }