{
  "name": "vanilla-infinite-marquee",
  "version": "1.0.15",
  "author": "Vahan Baghdasaryan",
  "license": "MIT",
  "type": "module",
  "description": "Infinite Horizontal & Vertical Marquee animation based on CSS and controlled with JS",
  "main": "./infinite-marquee.mjs",
  "types": "types/infinite-marquee.d.ts",
  "module": "./infinite-marquee.mjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/Vahan0799/infinite-marquee"
  },
  "exports": {
    ".": {
      "default": "./infinite-marquee.mjs"
    },
    "./css": "./infinite-marquee.css"
  },
  "keywords": [
    "marquee",
    "infinite-marquee",
    "css-marquee",
    "infinite-scroll",
    "horizontal-scrolling-carousels",
    "vertical-scrolling-carousels",
    "horizontal-scroll",
    "vertical-scroll",
    "vertical-marquee",
    "horizontal-marquee",
    "carousel",
    "slider",
    "ticker",
    "js",
    "vanillajs"
  ]
}
