Files
smom-dbis-138/services/btc-intake/package.json

18 lines
383 B
JSON
Raw Normal View History

{
"name": "btc-intake-service",
"version": "1.0.0",
"description": "BTC intake watcher for Chain 138 cBTC mint workflows",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^20.19.33",
"typescript": "^5.9.3",
"vitest": "^1.6.1"
}
}