UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

35 lines 874 B
{ "name": "emailengine-client", "version": "0.0.8", "description": "A TypeScript client for the EmailEngine API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/divimah/emailengine-client.git" }, "keywords": [ "emailengine", "client", "api" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/divimah/emailengine-client/issues" }, "homepage": "https://github.com/divimah/emailengine-client#readme", "files": [ "dist" ], "dependencies": { "axios": "^1.6.7", "reflect-metadata": "^0.2.1" }, "devDependencies": { "@types/node": "^20.11.20" } }