{
  "version": "1.1.1",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "description": "An abstract layer that would make using intersection observer easier",
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "keywords": [
    "observer",
    "intersection",
    "intersection observer",
    "intersection-observer",
    "hd",
    "hd-utils",
    "AhmadHddad",
    "hd-intersection-observer"
  ],
  "name": "hd-intersection-observer",
  "author": "AhmadHddad",
  "module": "dist/hd-intersection-observer.esm.js",
  "repository": "https://github.com/AhmadHddad/hd-intersection-observer",
  "size-limit": [
    {
      "path": "dist/hd-intersection-observer.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/hd-intersection-observer.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "lint-staged": "^7.0.5",
    "tsdx": "^0.14.1",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2"
  }
}
