{
  "name": "metigan",
  "version": "2.3.0",
  "description": "Official Metigan SDK - Email, OTP, Transactional, Forms, Contacts, and Audiences management with built-in security features",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "build:prod": "tsc --declaration --declarationMap",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm run build",
    "lint": "tsc --noEmit",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "email",
    "email-api",
    "forms",
    "contacts",
    "audiences",
    "marketing",
    "marketing-automation",
    "api",
    "metigan",
    "typescript",
    "sdk",
    "newsletter",
    "subscribers",
    "email-sending",
    "transactional-email",
    "otp"
  ],
  "author": "Metigan <support@metigan.com>",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "@types/jest": "^29.5.10"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/frantchessico/metigan-lib.git"
  },
  "bugs": {
    "url": "https://github.com/frantchessico/metigan-lib/issues"
  },
  "homepage": "https://metigan.com"
}
