sendrly
Version:
Official Sendrly TypeScript/JavaScript SDK - Simple, type-safe email automation for developers
30 lines (29 loc) • 693 B
JSON
{
"name": "sendrly",
"version": "1.0.5",
"description": "Official Sendrly TypeScript/JavaScript SDK - Simple, type-safe email automation for developers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/Sendrly/sendrly-sdk-typescript"
},
"keywords": [
"email",
"automation",
"marketing",
"api",
"sdk"
],
"author": "Sendrly Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sendrly/sendrly-js/issues"
},
"homepage": "https://sendrly.com"
}