client/packages/ttp/package.json
Alois cbbadc9e67 feat(tauth): add tauth
refactor(ttp): now using ttp-core package from git
2026-04-13 17:26:15 +02:00

28 lines
647 B
JSON

{
"name": "@tensamin/ttp",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"format": "bunx prettier --write .",
"lint": "eslint src --ext .ts,.tsx",
"build": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@tensamin/ttp-core": "*",
"@tanstack/react-router": "^1.0.0",
"@tensamin/crypto": "workspace:*",
"@tensamin/storage": "workspace:*",
"@tensamin/shared": "workspace:*",
"@tensamin/ui": "*",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^4.3.6"
},
"devDependencies": {
"eslint": "^10.0.3"
}
}