Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption location-sharing privacy self-hosted federated
at main 514 B view raw
1{ 2 "name": "privacypin", 3 "private": true, 4 "version": "0.1.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc && vite build", 9 "preview": "vite preview", 10 "tauri": "WEBKIT_DISABLE_DMABUF_RENDERER=1 tauri" 11 }, 12 "dependencies": { 13 "@tauri-apps/api": "^2", 14 "@tauri-apps/plugin-opener": "^2", 15 "@tauri-apps/plugin-store": "^2.4.1", 16 "alpinejs": "^3.15.1" 17 }, 18 "devDependencies": { 19 "@tauri-apps/cli": "^2", 20 "@types/alpinejs": "^3.13.11", 21 "typescript": "~5.6.2", 22 "vite": "^6.0.3" 23 } 24}