{
  "name": "nuxt-google-translate",
  "version": "1.3.3",
  "description": "A simple Nuxt module that integrates the Google Translate widget into your Nuxt.js application, allowing seamless multilingual support without requiring an API key.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nexoscreation/nuxt-google-translate.git"
  },
  "license": "MIT",
  "type": "module",
  "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 build",
    "dev": "nuxi dev playground",
    "dev:generate": "nuxi generate playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test:watch": "vitest watch",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  },
  "dependencies": {
    "@nuxt/kit": "^3.15.2",
    "defu": "^6.1.4",
    "lucide-vue-next": "^0.487.0"
  },
  "devDependencies": {
    "@nuxt/devtools": "^2.1.0",
    "@nuxt/eslint-config": "^0.7.5",
    "@nuxt/module-builder": "^0.8.4",
    "@nuxt/schema": "^3.15.2",
    "@types/node": "latest",
    "changelogen": "^0.5.7",
    "eslint": "^9.19.0",
    "nuxi": "^3.13.1",
    "nuxt": "^3.6.0",
    "typescript": "~5.7.3",
    "vitest": "^3.0.7",
    "vue-tsc": "^2.2.0"
  },
  "directories": {
    "doc": "docs"
  },
  "keywords": [
    "nuxt",
    "nuxt-module",
    "nuxt-widget",
    "translation",
    "multilingual",
    "language-switcher"
  ],
  "author": "nexoscreator",
  "bugs": {
    "url": "https://github.com/nexoscreation/nuxt-google-translate/issues"
  },
  "homepage": "https://github.com/nexoscreation/nuxt-google-translate#readme"
}
