46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "node-mailjet",
|
|
"version": "6.0.6",
|
|
"main": "./mailjet.node.js",
|
|
"browser": "./mailjet.web.js",
|
|
"types": "./declarations/index.d.ts",
|
|
"description": "Mailjet API client",
|
|
"author": "Mailjet",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"keywords": [
|
|
"email",
|
|
"sms",
|
|
"node",
|
|
"mail",
|
|
"mailjet"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0",
|
|
"npm": ">= 6.9.0"
|
|
},
|
|
"files": [
|
|
"*"
|
|
],
|
|
"typescript": {
|
|
"definition": "./declarations/index.d.ts"
|
|
},
|
|
"dependencies": {
|
|
"axios": "1.7.4",
|
|
"json-bigint": "^1.0.0",
|
|
"url-join": "^4.0.0"
|
|
},
|
|
"homepage": "https://github.com/mailjet/mailjet-apiv3-nodejs#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mailjet/mailjet-apiv3-nodejs.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mailjet/mailjet-apiv3-nodejs/issues"
|
|
},
|
|
"contributors": [
|
|
"Arnaud Breton <arnaud@mailjet.com> (https://github.com/arnaudbreton)",
|
|
"Nicholas Smith <nicksmith.biz@gmail.com> (https://github.com/safani)",
|
|
"Jérémie Parker <jeremie@vizeat.com> (https://github.com/p-j)"
|
|
]
|
|
} |