UNPKG

@medusajs/analytics-posthog

Version:

Posthog analytics provider for Medusa

45 lines (44 loc) 1.04 kB
{ "name": "@medusajs/analytics-posthog", "version": "2.8.6", "description": "Posthog analytics provider for Medusa", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/modules/providers/analytics-posthog" }, "files": [ "dist", "!dist/**/__tests__", "!dist/**/__mocks__", "!dist/**/__fixtures__" ], "engines": { "node": ">=20" }, "author": "Medusa", "license": "MIT", "scripts": { "test": "jest --passWithNoTests src", "build": "rimraf dist && tsc --build ./tsconfig.json", "watch": "tsc --watch" }, "devDependencies": { "@medusajs/framework": "2.8.6", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", "posthog-node": "^4.17.1", "rimraf": "^5.0.1", "typescript": "^5.6.2" }, "peerDependencies": { "@medusajs/framework": "2.8.6", "posthog-node": "^4.17.1" }, "keywords": [ "medusa-plugin", "medusa-plugin-analytics" ] }