iching-broker-level2/package.json
Christopher Hase 69bd8bef0f
All checks were successful
ci / build (push) Successful in 1m19s
add http-server part 7.8
2025-04-11 11:21:06 +02:00

28 lines
592 B
JSON

{
"name": "iching-broker",
"version": "1.0.0",
"main": "broker.js",
"scripts": {
"test": "jest --no-cache --force-exit"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"description": "",
"devDependencies": {
"@types/express": "^5.0.1",
"@types/jest": "^29.5.14",
"@types/nodemailer": "^6.4.17",
"jest": "^29.7.0",
"ts-jest": "^29.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"http-server": "^14.1.1",
"nodemailer": "^6.10.0"
}
}