iching-broker-level1/package.json
Christopher Hase 08441494f1
Some checks failed
ci / build (push) Failing after 1m3s
unit tests part 1
2025-03-31 13:59:41 +02:00

21 lines
381 B
JSON

{
"name": "iching-broker",
"version": "1.0.0",
"main": "broker.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"description": "",
"devDependencies": {
"@types/nodemailer": "^6.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"dependencies": {
"nodemailer": "^6.10.0"
}
}