UNPKG

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