{
  "name": "iobserve",
  "version": "0.0.1",
  "description": "IObserve is a lightweight script that allows you to easily use browsers' IntersectionObserver API",
  "main": "dist/iobserve.min.js",
  "module": "dist/iobserve.esm.js",
  "browser": "dist/iobserve.min.js",
  "typings": "typings/iobserve.d.ts",
  "devDependencies": {
    "@babel/core": "^7.13.14",
    "@babel/plugin-transform-object-assign": "^7.12.13",
    "@babel/preset-env": "^7.13.12",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "jest": "^27.2.1",
    "rollup": "^2.44.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c --watch",
    "test": "jest",
    "devtest": "jest --watch"
  },
  "files": [
    "dist",
    "typings"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/verlok/iobserve"
  },
  "keywords": [
    "IntersectionObserver",
    "easy",
    "vanilla",
    "plugin",
    "lazyload"
  ],
  "author": {
    "name": "Andrea \"verlok\" Verlicchi",
    "email": "andrea.verlicchi@gmail.com",
    "url": "https://www.andreaverlicchi.eu"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/verlok/iobserve/issues"
  },
  "homepage": "https://www.andreaverlicchi.eu/iobserve",
  "funding": {
    "type": "individual",
    "url": "https://ko-fi.com/verlok"
  }
}
