forked from Feuerhamster/mailform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1018 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "mailform",
"private": true,
"version": "1.1.0",
"description": "The minimalistic email relay for contact forms and more!",
"main": "dist/main.js",
"scripts": {
"start": "node dist/main.js",
"build": "tsc"
},
"keywords": [],
"author": "Feuerhamster",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1",
"formidable": "^2.1.1",
"nodemailer": "^6.6.0",
"rate-limiter-flexible": "^2.2.2",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/formidable": "^2.0.5",
"@types/nodemailer": "^6.4.1",
"typescript": "^4.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Feuerhamster/mailform.git"
},
"bugs": {
"url": "https://github.com/Feuerhamster/mailform/issues"
},
"homepage": "https://github.com/Feuerhamster/mailform#readme"
}