This commit is contained in:
2020-09-22 11:48:45 +02:00
commit 6436cd087f
13 changed files with 641 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
}