26 lines
629 B
JSON
26 lines
629 B
JSON
{
|
|
"name": "@repo/api-client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "echo 'typechecked by consuming app bundler'",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@repo/api": "workspace:*",
|
|
"@trpc/client": "^11.1.0",
|
|
"@trpc/tanstack-react-query": "^11.1.0",
|
|
"@tanstack/react-query": "^5.75.0",
|
|
"react": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@types/react": "^19.0.0"
|
|
}
|
|
}
|