Files
smom-dbis-138/services/checkpoint-indexer/package.json
T
defiQUGandCursor 651fb59786 Add mainnet checkpoint stack: ISO attestation, participant Etherscan surface, and services.
Ship AddressActivityRegistry V1/V2, ISO20022IntakeGateway, Chain138ParticipantSurface,
checkpoint hub contracts, checkpoint-core package, aggregator/indexer/sdk services,
relay profile guards, M00 diamond bridge facet, and OMNL compliance contracts.

Co-authored-by: Cursor <[email protected]>
2026-06-24 21:54:05 -07:00

24 lines
549 B
JSON

{
"name": "checkpoint-indexer",
"version": "0.1.0",
"private": true,
"description": "REST API for Chain 138 mainnet checkpoint batches",
"main": "dist/server.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "ts-node src/server.ts"
},
"dependencies": {
"@dbis/checkpoint-core": "workspace:*",
"dotenv": "^16.4.5",
"ethers": "^6.13.0",
"express": "^4.19.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.0",
"typescript": "^5.4.0"
}
}