{
  "name": "jb-infinite-scroll",
  "description": "infinite scroll web component",
  "type": "module",
  "author": {
    "name": "mohammad javad bathaei",
    "email": "javadbat@gmail.com"
  },
  "keywords": [
    "jb",
    "jb-infinite-scroll",
    "infinite scroll",
    "scroll manipulation",
    "web component",
    "react"
  ],
  "version": "1.7.0",
  "homepage": "https://javadbat.github.io/design-system/?path=/story/components-jbinfinitescroll",
  "bugs": "https://github.com/javadbat/jb-infinite-scroll/issues",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "custom-elements.json",
    "lib/",
    "dist/",
    "react/",
    "react/dist/"
  ],
  "main": "index.js",
  "types": "./dist/jb-infinite-scroll.d.ts",
  "customElements": "custom-elements.json",
  "repository": {
    "type": "git",
    "url": "git@github.com:javadbat/jb-infinite-scroll.git"
  },
  "dependencies": {
    "jb-core": ">=0.25.0",
    "jb-loading": ">=1.6.0"
  }
}
