Files
trezor-suite/suite/platform-encryption-electron/package.json
Peter Sanderson c593516d13 chore: rename SecureStorage to PlatformEncryption, it does not store
chore: rename SecureStorage to PlatformEncryption, it does not store anything
2025-12-12 13:04:06 +01:00

18 lines
487 B
JSON

{
"name": "@suite/platform-encryption-electron",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-common/platform-encryption": "workspace:*",
"@trezor/suite-desktop-api": "workspace:*",
"@trezor/type-utils": "workspace:*"
}
}