{
  "name": "live-ticker-strip",
  "version": "1.0.0",
  "description": "Zero-dependency horizontally-scrolling ticker strip for live JSON data (stock/lottery/price-feed style), configurable to any endpoint.",
  "type": "module",
  "main": "src/index.js",
  "module": "src/index.js",
  "files": [
    "src"
  ],
  "keywords": [
    "ticker",
    "marquee",
    "scrolling-text",
    "live-data",
    "widget"
  ],
  "license": "MIT",
  "author": "BlogHub <https://altosxcloud.com>",
  "homepage": "https://altosxcloud.com",
  "sideEffects": [
    "src/style.css"
  ]
}
