UNPKG

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