22 lines
420 B
JSON
22 lines
420 B
JSON
|
{
|
||
|
"name": "iching-broker",
|
||
|
"version": "1.0.0",
|
||
|
"main": "broker.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|