client/packages/mtp/package.json
Alois 13fa3d8db7
Some checks failed
/ build-web (push) Successful in 8m31s
/ build-desktop (linux) (push) Successful in 14m5s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled
(feat): add mobile notifications
(feat): improve mobile ui & ux
2026-08-05 16:19:46 +02:00

29 lines
658 B
JSON

{
"name": "@tensamin/mtp",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"format": "pnpm exec prettier --write .",
"lint": "eslint src --ext .ts,.tsx",
"build": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tensamin/crypto": "workspace:*",
"@tensamin/shared": "workspace:*",
"@tensamin/storage": "workspace:*",
"@methanium/ui": "*",
"lucide-react": "^1.14.0",
"mtp": "*",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^4.4.2"
},
"devDependencies": {
"eslint": "^10.0.3"
}
}