24 lines · 551 bytes
sha256 1045bd6a7dd41aa772b1 hour ago
{
"name": "northbridge-payments",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc",
"test": "jest",
"start": "node dist/index.js"
},
"dependencies": {
"express": "4.21.2"
},
"devDependencies": {
"typescript": "5.6.3",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"supertest": "7.0.0",
"@types/supertest": "6.0.2"
},
"description": "Payments API of Northbridge Payments Ltd (synthetic demo)"
}