morphit/package.json
Morphit Team 7c1c3bb332
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
v1.11.1 — registration self-heal + data-fs disk health + offline-install RPC softening + node-health unification (cp707-cp710)
2026-08-11 17:38:41 -07:00

39 lines
855 B
JSON

{
"name": "morphit",
"version": "1.11.1",
"private": true,
"description": "Morphit — non-custodial, no-KYC P2P fiat↔BTC/XMR/BLURT marketplace",
"license": "AGPL-3.0-only",
"workspaces": [
"apps/web",
"apps/relay",
"apps/indexer",
"apps/ops-cli",
"apps/matrix-bot",
"apps/mcp-server",
"packages/indexer-client",
"packages/relay-client",
"packages/operator-config",
"packages/node-health",
"packages/asset-registry",
"packages/release-schema",
"packages/net-defense",
"packages/rpc-pool"
],
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"typecheck": "npm run typecheck --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"dependencies": {
"jsdom": "^29.1.1"
},
"overrides": {
"undici": "^7.28.0",
"fast-uri": "^3.1.4",
"js-yaml": "^4.3.1",
"nanoid": "^3.3.18"
}
}