platform-codebase/features/feature-flags/backend-api-msw/package.json
Lilith 7cef83fffc chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:34:45 -08:00

15 lines
351 B
JSON

{
"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"
}
}