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 kishka 23 lines 473 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 }, 11 "dependencies": { 12 "@tauri-apps/api": "^2.9.0", 13 "@tauri-apps/plugin-opener": "^2.5.2", 14 "@tauri-apps/plugin-store": "^2.4.1", 15 "alpinejs": "^3.15.1" 16 }, 17 "devDependencies": { 18 "@tauri-apps/cli": "^2.9.4", 19 "@types/alpinejs": "^3.13.11", 20 "typescript": "~5.9.3", 21 "vite": "^6.4.1" 22 } 23}