{ "name": "sup", "version": "0.1.0", "description": "Privacy-preserving push notifications using Signal as transport", "private": true, "type": "module", "author": { "name": "lone-cloud", "email": "lonecloud604@proton.me" }, "license": "AGPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/lone-cloud/sup" }, "scripts": { "android:build": "bun run scripts/test-android-build.ts", "android:release": "bun run scripts/release-android.ts", "android:deps": "bun run scripts/check-android-deps.ts", "android:lockfile": "bun run scripts/update-android-lockfile.ts", "docker:release": "bun run scripts/release-docker.ts" }, "devDependencies": { "@biomejs/biome": "^2.3.11", "@types/bun": "^1.3.6", "typescript": "^5.9.3" } }