nuxt-utm
Version:
A Nuxt 3 module for tracking UTM parameters.
64 lines • 1.58 kB
JSON
{
"name": "nuxt-utm",
"version": "0.2.5",
"description": "A Nuxt 3 module for tracking UTM parameters.",
"keywords": [
"nuxt",
"nuxt3",
"utm",
"utm tracking",
"utm parameters",
"analytics",
"marketing",
"ad tracking",
"campaign tracking",
"traffic analysis",
"nuxt module",
"nuxt utm"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stackbuilders/nuxt-utm.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",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run prepack && changelogen --release && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.7.3"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.7.3",
"@nuxt/test-utils": "^3.7.3",
"@types/node": "^18.17.17",
"changelogen": "^0.5.5",
"eslint": "^8.49.0",
"nuxt": "^3.7.3",
"playwright": "^1.48.1",
"playwright-core": "^1.39.0",
"vitest": "^0.33.0"
}
}