{ "name": "@lilith/feature-flags-backend-api-msw", "version": "0.0.1", "private": true, "type": "module", "description": "Composed MSW handlers for the Feature Flags backend API surface", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "peerDependencies": { "msw": "^2.0.0" } }