UNPKG

@flopflip/types

Version:
65 lines 1.4 kB
{ "name": "@flopflip/types", "version": "15.1.12", "description": "Type definitions for flipflop", "keywords": [ "feature-flags", "feature-toggles", "types" ], "homepage": "https://github.com/tdeekens/flopflip#readme", "bugs": { "url": "https://github.com/tdeekens/flopflip/issues" }, "license": "MIT", "author": "Tobias Deekens <nerd@tdeekens.name>", "repository": { "type": "git", "url": "https://github.com/tdeekens/flopflip.git", "directory": "packages/types" }, "files": [ "readme.md", "dist/**" ], "type": "module", "sideEffects": false, "main": "./dist/index.js", "typesVersions": { "*": { ".": [ "dist/*.d.ts", "dist/*.d.cts" ] } }, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "publishConfig": { "access": "public" }, "dependencies": { "@launchdarkly/js-client-sdk": "4.9.4" }, "devDependencies": { "@types/react": "19.2.18", "tsdown": "0.22.14", "typescript": "7.0.2", "@flopflip/tsdown-config": "15.1.12", "@flopflip/tsconfig": "15.1.12" }, "peerDependencies": { "typescript": "4.x || 5.x || 6.x || 7.x" }, "scripts": { "build": "tsdown", "check-types": "tsc --noEmit", "test": "exit 0", "test:watch": "exit 0", "dev": "tsdown --watch" } }