mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-29 08:14:57 +00:00
- redux/api-clients: @metabuilder/hooks-async ^0.1.0 → file:../hooks-async - Aligns with workspace reference standardization (Phase 3, item 15) - Fixes npm install failure (404 for @metabuilder/hooks-async) - Uses file: protocol for local workspace dependencies - Enables npm install to succeed with all workspace references resolved Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
30 lines
670 B
JSON
30 lines
670 B
JSON
{
|
|
"name": "@metabuilder/api-clients",
|
|
"version": "0.1.0",
|
|
"description": "API client hooks for MetaBuilder - DBAL, async data fetching, GitHub integration",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@metabuilder/hooks-async": "file:../hooks-async",
|
|
"react": "^19.2.3",
|
|
"react-redux": "^9.2.0",
|
|
"redux": "^4.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-redux": "^8.0.0 || ^9.0.0",
|
|
"redux": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|