-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1015 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1015 Bytes
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": "^1.12.2",
"express": "^5.1.0",
"formidable": "^3.5.4",
"nodemailer": "^7.0.6",
"rate-limiter-flexible": "^7.3.1",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/formidable": "^3.4.5",
"@types/nodemailer": "^7.0.1",
"typescript": "^5.9.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"
}