UNPKG

@elasticemail/elasticemail-client-ts-axios

Version:

Official ElasticEmail SDK. This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach.

40 lines (39 loc) 1.1 kB
{ "name": "@elasticemail/elasticemail-client-ts-axios", "version": "4.0.22", "description": "Official ElasticEmail SDK. This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach.", "author": "Elastic Email", "keywords": [ "elasticemail", "mailing", "marketing", "transactional", "api", "newsletter", "email", "smtp", "verification" ], "license": "MIT", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc --outDir dist/", "prepare": "npm run build" }, "dependencies": { "axios": "^0.21.4" }, "devDependencies": { "@types/node": "^12.11.5", "typescript": "^3.6.4" }, "repository": { "type": "git", "url": "git+https://elasticemail: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@github.com/elasticemail/elasticemail-ts-axios.git" }, "bugs": { "url": "https://github.com/elasticemail/elasticemail-ts-axios/issues" }, "homepage": "https://github.com/elasticemail/elasticemail-ts-axios#readme" }