UNPKG

1.25 kBJSONView Raw
1{
2 "name": "node-mailjet",
3 "version": "3.3.7",
4 "description": "Mailjet NodeJS API client",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {
10 "bluebird": "^3.5.0",
11 "json-bigint": "^1.0.0",
12 "qs": "^6.5.0",
13 "superagent": "^6.1.0",
14 "superagent-proxy": "^3.0.0"
15 },
16 "devDependencies": {
17 "@segment/to-iso-string": "^1.0.1",
18 "chai": "^4.1.0",
19 "eslint": "^8.9.0",
20 "mocha": "^9.0.0",
21 "nock": "^9.0.14"
22 },
23 "scripts": {
24 "test": "mocha",
25 "lint": "eslint ."
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/mailjet/mailjet-apiv3-nodejs.git"
30 },
31 "keywords": [
32 "email",
33 "sms",
34 "node",
35 "mail",
36 "mailjet"
37 ],
38 "author": "Guillaume Badi <gbadi@mailjet.com> (https://github.com/GuillaumeBadi)",
39 "contributors": [
40 "Arnaud Breton <arnaud@mailjet.com> (https://github.com/arnaudbreton)",
41 "Nicholas Smith <nicksmith.biz@gmail.com> (https://github.com/safani)",
42 "Jérémie Parker <jeremie@vizeat.com> (https://github.com/p-j)"
43 ],
44 "license": "MIT",
45 "bugs": {
46 "url": "https://github.com/mailjet/mailjet-apiv3-nodejs/issues"
47 },
48 "homepage": "https://github.com/mailjet/mailjet-apiv3-nodejs#readme"
49}