Some checks failed
morphit-release / Build + publish release tarball (push) Has been cancelled
Blurt disabled claim_account + create_claimed_account at HF2; the relay now pays the account_creation_fee inline per account_create (op 5), read live per broadcast. Removes the ACT auto-minter, mint-acts.ts, AUTOMINT config, and the claimed-account serializers; health gates on liquid balance. Economics unchanged. New regression smoke; battery 366.
35 lines
766 B
JSON
35 lines
766 B
JSON
{
|
|
"name": "morphit",
|
|
"version": "1.0.0-beta.28",
|
|
"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/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"
|
|
}
|
|
}
|