Files
brazil-swift-ops/package.json
defiQUG 8c771da399 Initial implementation: Brazil SWIFT Operations Platform
- Complete monorepo structure with pnpm workspaces and Turborepo
- All packages implemented: types, utils, rules-engine, iso20022, treasury, risk-models, audit
- React web application with TypeScript and Tailwind CSS
- Full Brazil regulatory compliance (BCB requirements)
- ISO 20022 message support (pacs.008, pacs.009, pain.001)
- Treasury and subledger management
- Risk, capital, and liquidity stress allocation
- Audit logging and BCB reporting
- E&O +10% uplift implementation
2026-01-23 14:51:10 -08:00

25 lines
607 B
JSON

{
"name": "brazil-swift-ops",
"version": "1.0.0",
"private": true,
"description": "Brazil SWIFT Operations Platform - Regulator-Grade Implementation",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"clean": "turbo run clean && rm -rf node_modules"
},
"devDependencies": {
"@types/node": "^20.10.0",
"turbo": "^1.11.0",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.12.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
}
}