{ "name": "wideangle-nuxt", "version": "2.0.0", "description": "Wide Angle Analytics module for Nuxt", "homepage": "https://wideangle.co", "repository": { "type": "git", "url": "https://cloud.inputobjects.eu/forge/wideangle/wideangle-nuxt.git" }, "author": "Wide Angle Analytics ", "license": "Apache-2.0", "type": "module", "keywords": [ "wide angle analytics", "web analytics", "vue.js", "vuejs", "plugin", "vuejs plugin", "nuxt module", "privacy", "privacy web analytics" ], "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:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "release": "npm run prepack && changelogen --release && npm publish", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "dependencies": { "@nuxt/kit": "^3.15.3", "wideangle-vuejs": "2.0.0", "defu": "^6.1.4" }, "devDependencies": { "@nuxt/devtools": "latest", "@nuxt/eslint-config": "^0.7.5", "@nuxt/module-builder": "^0.8.4", "@nuxt/schema": "^3.15.3", "@types/node": "latest", "changelogen": "^0.5.7", "eslint": "^9.19.0", "nuxt": "^3.13.2", "typescript": "~5.7.2", "vue-tsc": "^2.2.0" } }