-
Notifications
You must be signed in to change notification settings - Fork 780
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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
{
"name": "@sendgrid/client",
"description": "Twilio SendGrid NodeJS API client",
"version": "8.1.6",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
"David Tomberlin <david.tomberlin@sendgrid.com>",
"Swift <swift@sendgrid.com>",
"Brandon West <brandon.west@sendgrid.com>",
"Scott Motte <scott.motte@sendgrid.com>",
"Robert Acosta <robert.acosta@sendgrid.com>",
"Elmer Thomas <ethomas@twilio.com>",
"Adam Reis <adam@reis.nz>"
],
"license": "MIT",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",
"url": "git://github.com/sendgrid/sendgrid-nodejs.git"
},
"publishConfig": {
"access": "public"
},
"main": "index.js",
"engines": {
"node": ">=12.*"
},
"dependencies": {
"@sendgrid/helpers": "^8.0.0",
"axios": "^1.12.0"
},
"devDependencies": {
"chai": "4.2.0",
"nock": "^10.0.6"
},
"resolutions": {
"chai": "4.2.0"
},
"tags": [
"http",
"rest",
"api",
"mail",
"sendgrid"
]
}