UNPKG

posthog-node

Version:
40 lines (39 loc) 795 B
{ "name": "posthog-node", "version": "4.11.7", "description": "PostHog Node.js integration", "repository": { "type": "git", "url": "https://github.com/PostHog/posthog-js-lite.git", "directory": "posthog-node" }, "scripts": { "prepublishOnly": "cd .. && yarn build" }, "engines": { "node": ">=15.0.0" }, "license": "MIT", "author": { "name": "PostHog", "email": "hey@posthog.com", "url": "https://posthog.com" }, "main": "lib/index.cjs.js", "module": "lib/index.esm.js", "types": "lib/index.d.ts", "dependencies": { "axios": "^1.8.2" }, "devDependencies": { "@types/node": "^18.0.0", "commander": "^9.3.0", "mitata": "^1.0.21" }, "keywords": [ "posthog", "stats", "analysis", "funnels" ] }