- 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>
18 lines
460 B
JSON
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"
|
|
}
|
|
}
|