iching-broker-level2/package.json
Christopher Hase 9aeeb95994
Some checks are pending
ci / build (push) Waiting to run
add http-server part 5.9
2025-04-09 16:12:34 +02:00

27 lines
572 B
JSON

{
"name": "iching-broker",
"version": "1.0.0",
"main": "broker.js",
"scripts": {
"test": "jest --no-cache --force-exit"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"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": {
"express": "^5.1.0",
"http-server": "^14.1.1",
"nodemailer": "^6.10.0"
}
}