{
  "name": "loadeer",
  "version": "2.1.3",
  "packageManager": "pnpm@8.1.1",
  "description": "Tiny, performant, SEO-friendly lazy loading library",
  "author": {
    "name": "Johann Schopplich",
    "email": "pkg@johannschopplich.com",
    "url": "https://johannschopplich.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/johannschopplich/loadeer#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johannschopplich/loadeer.git"
  },
  "bugs": {
    "url": "https://github.com/johannschopplich/loadeer/issues"
  },
  "keywords": [
    "lazy-loading",
    "lazyloading",
    "lazy",
    "observer",
    "lozad.js",
    "lozad"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/loadeer.umd.js",
      "import": "./dist/loadeer.mjs"
    }
  },
  "main": "./dist/loadeer.umd.js",
  "module": "./dist/loadeer.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build && tsc --emitDeclarationOnly",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "release": "tsc --noEmit && bumpp --all --commit --push --tag"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.38.4",
    "@types/node": "^18.15.11",
    "bumpp": "^9.1.0",
    "eslint": "^8.38.0",
    "lint-staged": "^13.2.1",
    "simple-git-hooks": "^2.8.1",
    "typescript": "^5.0.4",
    "vite": "^4.2.1"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "src/**/*.ts": [
      "eslint"
    ]
  }
}
