posthog-helper
Version:
A lightweight posthog wrapper for managing A/B test variations and feature flags
27 lines (26 loc) • 579 B
JSON
{
"name": "posthog-helper",
"version": "1.0.3",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
"release": "standard-version"
},
"keywords": [
"A/B Testing",
"Feature Flags",
"PostHog",
"CRO",
"Conversion Rate Optimization",
"JavaScript",
"Variants"
],
"author": "Iman Nazari",
"license": "ISC",
"description": "A lightweight posthog wrapper for managing A/B test variations and feature flags",
"devDependencies": {
"standard-version": "^9.5.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}