nuxt-google-translate
Version:
A simple Nuxt module that integrates the Google Translate widget into your Nuxt.js application, allowing seamless multilingual support without requiring an API key.
68 lines (67 loc) • 1.99 kB
JSON
{
"name": "nuxt-google-translate",
"version": "1.3.5",
"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.mts",
"import": "./dist/module.mjs"
}
},
"main": "./dist/module.mjs",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "npm run dev:prepare && 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": "^1.0.2",
"@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"
}