{
  "name": "marquee6k",
  "version": "1.3.8",
  "description": "Super smooth, lightweight vanilla JavaScript marquee library. No dependencies. High performance.",
  "keywords": [
    "marquee",
    "marquees"
  ],
  "types": "marquee6k.d.ts",
  "main": "marquee6k.js",
  "module": "marquee6k.esm.js",
  "files": [
    "marquee6k.js",
    "marquee6k.js.map",
    "marquee6k.esm.js",
    "marquee6k.esm.js.map",
    "marquee6k.d.ts",
    "README.md",
    "LICENSE"
  ],
  "repository": "https://github.com/SPACESODA/marquee6k",
  "homepage": "https://github.com/SPACESODA/marquee6k",
  "author": {
    "name": "Anthony C",
    "url": "https://x.com/anthonycxc"
  },
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.3.0",
    "rollup": "^4.24.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  }
}
