mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
33 lines
908 B
JSON
33 lines
908 B
JSON
{
|
|
"name": "sup-monorepo",
|
|
"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"
|
|
},
|
|
"workspaces": [
|
|
"server",
|
|
"proton-bridge"
|
|
],
|
|
"scripts": {
|
|
"check": "tsc --noEmit && biome check .",
|
|
"fix": "biome check --write .",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.11",
|
|
"@types/bun": "^1.3.6",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|