-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "serverless-form",
"version": "1.0.22",
"description": "",
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"scripts": {
"start": "node .",
"prepare": "npm test",
"dev": "nodemon lib",
"test": "mocha"
},
"author": "Alex Hoyau <[email protected]> (https://lexoyo.me/)",
"bugs": {
"url": "https://github.com/lexoyo/email-form-data/issues"
},
"homepage": "https://github.com/lexoyo/email-form-data",
"license": "GPL",
"repository": {
"type": "git",
"url": "https://github.com/lexoyo/email-form-data.git"
},
"dependencies": {
"dotenv": "^16.4.5",
"formidable": "1.1.1",
"node-fetch": "^3.3.2",
"nodemailer": "4.0.1"
},
"keywords": [
"email",
"serverless",
"1 click deploy",
"backend",
"API",
"HTML form",
"custom form",
"contact form",
"email capture form",
"static site",
"static"
],
"devDependencies": {
"maildev": "^2.1.0",
"mocha": "^10.8.2",
"nodemon": "^3.1.7"
}
}