{
  "name": "vanilla-marquee",
  "version": "1.1.2",
  "description": "",
  "main": "./dist/vanilla-marquee.js",
  "exports": "./dist/vanilla-marquee.js",
  "scripts": {
    "rl": "rollup -cw",
    "declarations": "tsc -p tsconfig.json",
    "test": "echo TODO"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mattiacoll/js-marquee.git"
  },
  "keywords": [
    "marquee",
    "jQuery Marquee",
    "vanillajs"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mattiacoll/js-marquee/issues"
  },
  "homepage": "https://github.com/mattiacoll/js-marquee#readme",
  "dependencies": {
    "matt-utils": "^1.4.6"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.1.0",
    "@rollup/plugin-eslint": "^8.0.2",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "eslint": "^8.17.0",
    "rollup": "^2.75.6",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.7.3"
  }
}
