UNPKG

nuxt-applicationinsights

Version:
62 lines 1.78 kB
{ "name": "nuxt-applicationinsights", "version": "1.0.1", "description": "Application insights integration for Nuxt", "repository": "huang-julien/nuxt-applicationinsights", "license": "MIT", "type": "module", "keywords": [ "nuxt", "applicationinsights", "azure", "microsoft", "nuxt-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" ], "dependencies": { "@microsoft/applicationinsights-core-js": "^3.1.0", "@microsoft/applicationinsights-web": "^3.1.0", "@nuxt/eslint": "^1.0.0", "applicationinsights": "^3.4.0", "defu": "^6.1.2", "mlly": "^1.7.4", "nitro-applicationinsights": "^1.0.2" }, "devDependencies": { "@nuxt/devtools": "latest", "@nuxt/eslint-config": "^0.7.0", "@nuxt/kit": "^3.15.2", "@nuxt/module-builder": "^0.8.4", "@nuxt/schema": "^3.15.2", "@nuxt/test-utils": "^3.7.4", "@types/node": "^22.0.0", "changelogen": "^0.5.5", "eslint": "9.19.0", "nitropack": "^2.10.4", "nuxt": "^3.15.2", "nuxt-applicationinsights": "link:./", "vitest": "^3.0.0", "vue-tsc": "^2.0.19" }, "scripts": { "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build --stub && nuxi prepare && nuxt-module-build prepare && nuxi prepare playground", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch", "test:types": "vue-tsc --noEmit" } }