platform-codebase/features/streaming/backend-api-msw/package.json
2026-02-27 15:31:48 -08:00

15 lines
381 B
JSON

{
"name": "@lilith/streaming-backend-api-msw",
"version": "0.0.1",
"private": true,
"type": "module",
"description": "Composes all streaming MSW handlers into a single mock backend matching backend-api's API surface",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"peerDependencies": {
"msw": "^2.0.0"
}
}