{
  "name": "react-omnisend",
  "version": "1.1.4",
  "description": "Simple react wrapper for Omnisend",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "prettier": "^3.4.2",
    "typescript": "^4.0.0"
  },
  "keywords": [
    "react",
    "omnisend",
    "analytics",
    "tracking",
    "react-context",
    "event-tracking",
    "ecommerce",
    "marketing",
    "customer-engagement",
    "email-marketing",
    "nextjs",
    "shopify",
    "cart-tracking",
    "checkout-tracking",
    "viewed-product",
    "abandoned-cart"
  ],
  "author": "Nika Sepiskveradze",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nikasepiskveradze/react-omnisend"
  }
}
