{ "name": "wideangle-nuxt", "version": "2.0.0", "description": "Wide Angle Analytics module for Nuxt", "repository": "wideangleanalytics/wideangle-nuxt", "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 lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint ." }, "dependencies": { "@nuxt/kit": "^3.13.2", "wideangle-vuejs": "2.0.0", "defu": "^6.1.2" }, "devDependencies": { "@nuxt/eslint-config": "^0.7.4", "@nuxt/module-builder": "^0.8.4", "@nuxt/schema": "^3.13.2", "@nuxt/test-utils": "^3.12.0", "@types/node": "^18", "changelogen": "^0.5.3", "eslint": "^9.17.0", "nuxt": "^3.13.2", "typescript": "~5.7.2" } }