{
  "name": "nuxt-lazy-load",
  "version": "3.0.5",
  "description": "Nuxt 3 Lazy Load",
  "license": "MIT",
  "author": "Dario Ferderber <dario.ferderber@broj42.com>",
  "type": "module",
  "funding": {
    "type": "individual",
    "url": "https://ko-fi.com/darioferderber"
  },
  "keywords": [
    "nuxt lazy load",
    "nuxt 3 lazy load",
    "image lazy load",
    "video lazy load",
    "lazy load directive",
    "lazy load module"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/broj42/nuxt-lazy-load.git"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
    "release": "npm run prepack && npm publish && git push --follow-tags",
    "lint": "eslint ."
  },
  "dependencies": {
    "@nuxt/kit": "^3.14.159"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^0.1.1",
    "@nuxt/module-builder": "^0.2.1",
    "@nuxt/schema": "^3.1.2",
    "@nuxt/test-utils": "^3.1.2",
    "changelogen": "^0.4.1",
    "eslint": "^8.33.0",
    "nuxt": "^3.4.0",
    "vitest": "^0.28.3"
  }
}
