25 lines
611 B
JSON
25 lines
611 B
JSON
{
|
|
"name": "@tensamin/storage",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./session": "./src/session.tsx",
|
|
"./context": "./src/context.tsx",
|
|
"./secure": "./src/secure.ts"
|
|
},
|
|
"scripts": {
|
|
"format": "pnpm exec prettier --write .",
|
|
"lint": "eslint src",
|
|
"build": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@methanium/ui": "*",
|
|
"@tauri-apps/api": "^2.11.1",
|
|
"@tensamin/cache": "workspace:*",
|
|
"@tensamin/mtp": "workspace:*",
|
|
"@tensamin/shared": "workspace:*",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8"
|
|
}
|
|
}
|