Some checks failed
morphit-release / Build + publish release tarball (push) Has been cancelled
- Fix morphit-ops upgrade silently skipping the web-frontend rebuild on BunkerWeb deployments (cp236) - Web build now runs unconditionally; publish target auto-detected (bare-metal web root copy and/or BunkerWeb frontend container recreate) - Extend upgrade-frontend-deploy-smoke 11->18 with the planFrontendDeploy matrix + FD-15 regression guard
32 lines
724 B
JSON
32 lines
724 B
JSON
{
|
|
"name": "morphit",
|
|
"version": "1.0.0-beta.10",
|
|
"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"
|
|
}
|
|
}
|