{
  "name": "@nuxtjs/google-fonts",
  "version": "3.2.0",
  "description": "Google Fonts module for Nuxt",
  "repository": "nuxt-modules/google-fonts",
  "license": "MIT",
  "contributors": [
    "Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./dist/module.cjs",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nuxt/kit": "^3.10.3",
    "google-fonts-helper": "^3.5.0",
    "pathe": "^1.1.2"
  },
  "devDependencies": {
    "@nuxt/module-builder": "latest",
    "@nuxt/test-utils": "latest",
    "@nuxtjs/eslint-config-typescript": "latest",
    "@vitest/coverage-v8": "latest",
    "changelogen": "latest",
    "del": "latest",
    "eslint": "latest",
    "nuxt": "latest",
    "vitest": "latest"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "pnpm@8.15.4",
  "scripts": {
    "build": "nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "lint": "eslint --ext .js,.ts,.vue",
    "release": "pnpm test && pnpm prepack && pnpm changelogen --release --push && pnpm publish",
    "test": "pnpm lint && vitest run --coverage"
  }
}