platform-codebase/features/marketplace/backend-api-msw/package.json
Lilith 6632e2434c chore(src): 🔧 Update TypeScript files in src directory (27 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 17:27:22 -08:00

15 lines
381 B
JSON

{
"name": "@lilith/marketplace-backend-api-msw",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Composes all feature 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"
}
}