20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"name": "random",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/handlebars": "^4.1.0",
|
|
"@types/node": "^14.11.1",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"crypto": "^1.0.1",
|
|
"handlebars": "^4.7.6",
|
|
"nodemailer": "^6.4.11"
|
|
}
|
|
}
|