2025-03-25 08:54:22 +00:00
|
|
|
{
|
|
|
|
"name": "iching-broker",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "broker.js",
|
|
|
|
"scripts": {
|
2025-03-31 14:21:15 +00:00
|
|
|
"test": "jest --no-cache --force-exit"
|
2025-03-25 08:54:22 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"type": "commonjs",
|
|
|
|
"description": "",
|
|
|
|
"devDependencies": {
|
2025-03-31 12:27:20 +00:00
|
|
|
"@types/jest": "^29.5.14",
|
2025-03-25 08:54:22 +00:00
|
|
|
"@types/nodemailer": "^6.4.17",
|
2025-03-31 12:27:20 +00:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"ts-jest": "^29.3.0",
|
2025-03-25 08:54:22 +00:00
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"typescript": "^5.8.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-04-09 09:10:36 +00:00
|
|
|
"http-server": "^14.1.1",
|
2025-03-25 08:54:22 +00:00
|
|
|
"nodemailer": "^6.10.0"
|
|
|
|
}
|
|
|
|
}
|