UNPKG

hypertune

Version:

[Hypertune](https://www.hypertune.com/) is the most flexible platform for feature flags, A/B testing, analytics and app configuration. Built with full end-to-end type-safety, Git-style version control and local, synchronous, in-memory flag evaluation. Opt

102 lines 2.26 kB
{ "name": "hypertune", "version": "2.7.2", "private": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "hypertune": "./dist/cli/index.js" }, "browser": { "dotenv": false }, "license": "SEE LICENSE IN license.txt", "dependencies": { "cac": "^6.7.14", "core-js": "^3.40.0", "cross-fetch": "^4.1.0", "dotenv": "^16.4.7", "joycon": "^3.1.1", "json-stable-stringify": "^1.2.1", "jsonito": "^0.2.1", "nanoid": "^3.3.8", "p-retry": "^4.6.2", "regenerator-runtime": "^0.14.1" }, "devDependencies": { "@types/shelljs": "^0.8.15", "shelljs": "^0.8.5", "ts-node": "^10.9.2", "tsc-absolute": "^1.0.1", "typescript": "^5.7.3", "vitest": "^3.0.5" }, "homepage": "https://www.hypertune.com", "keywords": [ "hypertune", "feature flags", "feature flag", "feature", "flags", "feature toggle", "feature toggles", "feature management", "a/b test", "a/b tests", "a/b testing", "experiment", "experiments", "experimentation", "rollout", "rollouts", "multivariate test", "multivariate tests", "multivariate testing", "optimization", "optimisation", "analytics", "product analytics", "funnel", "funnels", "funnel optimization", "funnel optimisation", "personalization", "personalisation", "app config", "app configuration", "application config", "application configuration", "copy", "copy management", "content", "content management", "content management system", "cms", "localization", "localisation", "internationalization", "internationalisation", "permission", "permission management", "permissions", "permissions management", "access control", "access control management", "access controls", "access controls management", "rbac", "role-based access control", "role-based access controls", "billing", "billing management", "billing plan", "billing plan management", "pricing", "pricing management", "pricing plan", "pricing plan management", "allowlists", "blocklists", "magic numbers" ] }