{
  "name": "@tilli-pro/nudge.js",
  "version": "0.1.0",
  "description": "",
  "main": "dist/index.js",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "package.json"
  ],
  "keywords": [
    "transactional email",
    "email",
    "sms",
    "whatsapp",
    "push notification",
    "nudge"
  ],
  "private": false,
  "author": "Ibrahim Saberi",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.15.21",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsc"
  }
}