- Create @multica/fetch package for HTTP client and URL config - Migrate hub store and hub-init hook to @multica/store - Move HubSidebar component to @multica/ui for web/desktop reuse - Update web app imports to use shared packages - Remove counter store example and its component-example usage Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"name": "@multica/fetch",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|