UNPKG

mailora-ai

Version:

SDK for integrating with Mailora AI API to send bulk email data

49 lines (48 loc) 1 kB
{ "name": "mailora-ai", "version": "1.1.9", "description": "SDK for integrating with Mailora AI API to send bulk email data", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs --clean", "test": "jest", "prepare": "npm run build" }, "publishConfig": { "access": "public" }, "keywords": [ "mailora", "email", "bulk", "sdk", "api", "integration", "typescript" ], "author": "Sarvan Maurya", "license": "MIT", "dependencies": { "axios": "^1.10.0", "axios-retry": "^4.5.0", "dotenv": "^17.1.0", "zod": "^4.0.2" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/validator": "^13.15.2", "jest": "^30.0.4", "ts-jest": "^29.4.0", "tsup": "^8.5.0", "typescript": "^5.2.2" } }