UNPKG

586 BJSONView Raw
1{
2 "name": "@coolgk/email",
3 "version": "1.0.4",
4 "author": "Daniel Gong <daniel.k.gong@gmail.com>",
5 "homepage": "https://www.npmjs.com/package/@coolgk/utils",
6 "bugs": {
7 "url": "https://github.com/coolgk/utils/issues"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/coolgk/utils.git"
12 },
13 "description": "email sender",
14 "keywords": [
15 "email sender",
16 "smtp sender",
17 "typescript"
18 ],
19 "dependencies": {
20 "mime-types": "^2.1.17",
21 "emailjs": "^1.0.12"
22 },
23 "main": "./email.js",
24 "types": "./email.d.ts",
25 "license": "MIT"
26}