morphit/package.json
Morphit Team 84ad70cfec
release: v1.0.0-beta.26
cp326 audit/persona pass + beta.25→beta.26 bump, plus cp327:
- delete stale duplicate apps/indexer/scripts/apr-smoke.ts (pre-cp323
  inflation/APR constants; blurt-apr-smoke.ts supersedes it) + drop its
  run-smokes.sh registration
- href-xss-smoke: allowlist the two confirmed-safe explorer-account links
  (validated internal /explorer/tx|block paths via localePath)
Full smoke battery now actually runs green: 8367 scenarios, 0 failed, 365 runners.
2026-06-22 16:22:02 -07:00

35 lines
766 B
JSON

{
"name": "morphit",
"version": "1.0.0-beta.26",
"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"
}
}