Some checks failed
morphit-ci / TypeScript typecheck (sweep all workspaces) (push) Has been cancelled
morphit-ci / apps/web svelte-check (svelte-kit sync + svelte-aware tsc) (push) Has been cancelled
morphit-ci / Integration tests (real Postgres 16) (push) Has been cancelled
morphit-ci / ansible-lint (playbook quality gate) (push) Has been cancelled
morphit-ci / Smoke suite (run-smokes.sh, triple-pulse) (push) Has been cancelled
morphit-release / Build + publish release tarball (push) Has been cancelled
38 lines
1,002 B
JSON
38 lines
1,002 B
JSON
{
|
|
"name": "morphit-relay",
|
|
"version": "1.11.1",
|
|
"description": "Morphit posting relay — pays Blurt account-creation fees on behalf of new users. Never holds user private keys.",
|
|
"type": "module",
|
|
"private": true,
|
|
"license": "AGPL-3.0-only",
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsx watch src/main.ts",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check .",
|
|
"start": "tsx src/main.ts",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@beblurt/dblurt": "^0.17.0",
|
|
"@hono/node-server": "^1.13.0",
|
|
"@morphit/asset-registry": "*",
|
|
"@morphit/operator-config": "*",
|
|
"@morphit/rpc-pool": "*",
|
|
"hono": "^4.12.25",
|
|
"tsx": "^4.19.0",
|
|
"web-push": "^3.6.7",
|
|
"zod": "^3.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"@types/web-push": "^3.6.4",
|
|
"prettier": "~3.6.2",
|
|
"typescript": "^5.6.3",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|