- Add Foundry project configuration (foundry.toml, foundry.lock) - Add Solidity contracts (TokenFactory138, BridgeVault138, ComplianceRegistry, etc.) - Add API definitions (OpenAPI, GraphQL, gRPC, AsyncAPI) - Add comprehensive test suite (unit, integration, fuzz, invariants) - Add API services (REST, GraphQL, orchestrator, packet service) - Add documentation (ISO20022 mapping, runbooks, adapter guides) - Add development tools (RBC tool, Swagger UI, mock server) - Update OpenZeppelin submodules to v5.0.0
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "@emoney/validation",
|
|
"version": "1.0.0",
|
|
"description": "Schema validation utilities for eMoney API",
|
|
"main": "schema-validator.js",
|
|
"types": "schema-validator.d.ts",
|
|
"dependencies": {
|
|
"ajv": "^8.12.0",
|
|
"ajv-formats": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|
|
|