UNPKG

@flopflip/launchdarkly-adapter

Version:

A adapter around the LaunchDarkly client for flipflop

72 lines 1.72 kB
{ "name": "@flopflip/launchdarkly-adapter", "version": "15.1.3", "description": "A adapter around the LaunchDarkly client for flipflop", "sideEffects": false, "type": "module", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.js", "typesVersions": { "*": { ".": [ "dist/*.d.ts", "dist/*.d.cts" ] } }, "files": [ "readme.md", "dist/**" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/tdeekens/flopflip.git", "directory": "packages/launchdarkly-adapter" }, "author": "Tobias Deekens <nerd@tdeekens.name>", "license": "MIT", "bugs": { "url": "https://github.com/tdeekens/flopflip/issues" }, "homepage": "https://github.com/tdeekens/flopflip#readme", "devDependencies": { "globalthis": "1.0.4", "tsup": "8.5.0", "@flopflip/tsconfig": "15.1.3" }, "dependencies": { "@babel/runtime": "7.27.6", "debounce-fn": "4.0.0", "launchdarkly-js-client-sdk": "3.8.1", "lodash": "4.17.21", "mitt": "3.0.1", "tiny-warning": "1.0.3", "ts-deepmerge": "7.0.3", "@flopflip/adapter-utilities": "15.1.3", "@flopflip/cache": "15.1.3", "@flopflip/localstorage-cache": "15.1.3", "@flopflip/sessionstorage-cache": "15.1.3", "@flopflip/types": "15.1.3" }, "keywords": [ "feature-flags", "feature-toggles", "LaunchDarkly", "client" ], "scripts": { "build": "rimraf dist && tsup", "check-types": "tsc --noEmit", "test": "vitest --run", "test:watch": "vitest", "dev": "tsup --watch --clean=false" } }