18 lines
536 B
JSON
18 lines
536 B
JSON
|
|
{
|
||
|
|
"name": "@dbis/integration-foundation",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "HYBX integration foundation: adapter interfaces, ISO 20022 canonical events, compliance, audit, resilience utilities",
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"types": "dist/index.d.ts",
|
||
|
|
"files": ["dist"],
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc",
|
||
|
|
"test": "node --test dist/integration-foundation.test.js dist/hybx/openapi-placeholder-contract.test.js"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.11.0",
|
||
|
|
"typescript": "^5.4.0"
|
||
|
|
}
|
||
|
|
}
|