UNPKG

@sinaptik/retein-sdk

Version:

Retein Node.js SDK for event-based email marketing automation.

42 lines (41 loc) 874 B
{ "name": "@sinaptik/retein-sdk", "version": "0.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Retein Node.js SDK for event-based email marketing automation.", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src/**/*.ts", "prepare": "yarn build", "run-example": "node example/runnable.js" }, "keywords": [ "retein", "sdk", "nodejs", "email", "marketing", "automation" ], "author": "Sinaptik", "files": [ "dist", "README.md" ], "license": "MIT", "dependencies": { "node-fetch": "2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.17", "@types/node-fetch": "^2.6.12", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", "ts-jest": "^29.3.3", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }