Files
trezor-suite/suite-native/device-mutex/package.json
2026-01-09 12:50:23 +01:00

19 lines
491 B
JSON

{
"name": "@suite-native/device-mutex",
"version": "1.0.0",
"main": "src/index",
"license": "See LICENSE.md in repo root",
"private": true,
"sideEffects": false,
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"expo-keep-awake": "~15.0.8",
"uuid": "^13.0.0"
},
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest -c ../../jest.config.native.js"
}
}