-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 976 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
37
38
39
40
41
42
{
"name": "xander-email",
"version": "1.2.2",
"description": "A library to facilitate the use of nodemailer",
"main": "index.js",
"types": "lib/xander-email.d.ts",
"exports": {
".": {
"require": "./index.js",
"types": "./lib/xander-email.d.ts",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"author": "ZaikoXander",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZaikoXander/xander-email.git"
},
"keywords": [
"nodemailer",
"nodemailer-plugin",
"email",
"mail",
"views",
"components",
"variables",
"typescript"
],
"bugs": {
"url": "https://github.com/ZaikoXander/xander-email/issues"
},
"homepage": "https://github.com/ZaikoXander/xander-email#readme",
"devDependencies": {
"@types/node": "^18.7.13",
"typescript": "^4.8.2"
}
}