{ "name": "wideangle-vuejs", "version": "2.0.0", "description": "Wide Angle Analytics web analytics Plugin for Vue.js 3.x", "homepage": "https://wideangle.co", "repository": { "type": "git", "url": "https://cloud.inputobjects.eu/forge/wideangle/wideangle-vuejs.git" }, "main": "index.js", "scripts": { "build": "tsc -p tsconfig.json", "clear": "rimraf dist", "rebuild": "npm run clear && npm run build", "prepublishOnly": "npm run rebuild" }, "keywords": [ "wide angle analytics", "web analytics", "vue.js", "vuejs", "plugin", "vuejs plugin", "privacy web analytics", "privacy" ], "author": "Wide Angle Analytics ", "license": "Apache-2.0", "devDependencies": { "typescript": "^5.0.4" } }