{
  "name": "nuxt-lazytube",
  "version": "0.2.2",
  "description": "Nuxt.js 3 nuxt-lazytube",
  "repository": "https://github.com/4sllan/nuxt-lazytube",
  "author": "Aslan Gama <@4slan>",
  "keywords": [
    "youtube",
    "youtube-video",
    "vimeo",
    "lazyload",
    "iframe",
    "lazytube",
    "Nuxt.js 3"
  ],
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build",
    "build": "nuxi build",
    "lint": "eslint . --max-warnings=0",
    "typecheck": "nuxi prepare playground && tsc --noEmit",
    "dev": "nuxi dev playground",
    "dev:prepare": "nuxt-module-build --stub"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^0.3.9",
    "@nuxt/module-builder": "^0.5.5",
    "@nuxt/schema": "^3.10.2",
    "eslint": "^8.57.0",
    "nuxt": "^3.10.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "whatwg-fetch": "^3.6.20"
  }
}
