-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
49
50
51
{
"name": "gmail-node-mailer",
"version": "1.9.1",
"description": "gmail-node-mailer is a Node.js library for easy email sending via the Gmail API, featuring quick setup, HTML/plain text support, dynamic configuration for streamlined email integration, and now with support for attachments.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"clean": "rimraf dist/* --glob"
},
"keywords": [
"ejs",
"npm",
"package",
"typescript",
"email",
"gmail",
"npm-package",
"email-validation",
"nodemailer",
"gmail-api",
"nodejs-library",
"email-sending",
"service-account"
],
"author": "Wal33d",
"license": "ISC",
"dependencies": {
"googleapis": "^134.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/Wal33d/gmail-node-mailer.git"
},
"bugs": {
"url": "https://github.com/Wal33d/gmail-node-mailer/issues"
},
"homepage": "https://github.com/Wal33d/gmail-node-mailer",
"publishConfig": {
"@Wal33d:registry": "https://npm.pkg.github.com/Wal33d"
}
}