Files
trezor-suite/suite-native/platform-encryption-native/package.json
2026-01-07 09:48:00 +01:00

18 lines
488 B
JSON

{
"name": "@suite-common/platform-encryption-native",
"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:*",
"@suite-native/storage": "workspace:*",
"@trezor/type-utils": "workspace:*"
}
}