platform-codebase/features/conversation-assistant/shared/package.json
Quinn Ftw 1cdeb26e59 chore(conversation-assistant): update dependencies and sync module
- Update frontend package-lock.json with dependency updates
- Add new dependency to server package.json
- Enhance app module configuration
- Minor sync controller adjustment
- Bump shared package version

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 21:14:26 -08:00

18 lines
460 B
JSON

{
"name": "@conversation-assistant/shared",
"version": "0.1.0",
"private": true,
"description": "Shared types for conversation-assistant feature, re-exported from @lilith/types",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/types": "file:../../../@packages/@core/types"
},
"devDependencies": {
"typescript": "^5.3.0"
}
}