UNPKG

@flags-sdk/flagsmith

Version:

Flagsmith provider for the Flags SDK

70 lines 1.49 kB
{ "name": "@flags-sdk/flagsmith", "version": "1.0.0-8454fcf8-20250901094120", "description": "Flagsmith provider for the Flags SDK", "keywords": [ "flags-sdk", "flagsmith-nodejs", "vercel", "feature flags", "flags" ], "homepage": "https://flags-sdk.dev", "bugs": { "url": "https://github.com/vercel/flags/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vercel/flags.git" }, "license": "MIT", "author": "", "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": [ "dist", "CHANGELOG.md" ], "dependencies": { "flagsmith": "^9.0.5" }, "devDependencies": { "@types/node": "20.11.17", "msw": "2.6.4", "rimraf": "6.0.1", "tsup": "8.0.1", "typescript": "5.6.3", "vite": "5.1.1", "vitest": "1.4.0", "eslint-config-custom": "0.0.0", "flags": "4.1.0-8454fcf8-20250901094120", "tsconfig": "0.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "rimraf dist && tsup", "dev": "tsup --watch --clean=false", "eslint": "eslint-runner", "eslint:fix": "eslint-runner --fix", "test": "vitest --run", "test:watch": "vitest", "type-check": "tsc --noEmit" } }