Files
trezor-suite/suite-native/device-onboarding/package.json
2025-09-12 16:21:33 +01:00

17 lines
418 B
JSON

{
"name": "@suite-native/device-onboarding",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@reduxjs/toolkit": "2.8.2"
}
}