client/packages/cache/package.json
Alois 45d39cb47c
Some checks failed
/ build-web (push) Failing after 5m51s
/ build-desktop (linux) (push) Failing after 5m58s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled
chore(deps): fully update repo (except rust)
2026-08-07 23:10:28 +02:00

25 lines
609 B
JSON

{
"name": "@tensamin/cache",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
".": "./src/index.ts",
"./helpers": "./src/helpers.ts",
"./schemas": "./src/schemas.ts",
"./sync": "./src/sync.tsx"
},
"scripts": {
"format": "pnpm exec prettier --write .",
"lint": "eslint src",
"test": "vitest run",
"build": "pnpm run test && tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@tensamin/mtp": "workspace:*",
"@tensamin/shared": "workspace:*",
"@tensamin/storage": "workspace:*",
"react": "^19.2.8",
"zod": "^4.4.3"
}
}