Files
trezor-suite/suite-common/geolocation/package.json
2026-03-05 13:32:26 +04:00

20 lines
574 B
JSON

{
"name": "@suite-common/geolocation",
"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",
"test:unit": "yarn g:jest --passWithNoTests",
"test-unit:watch": "yarn g:jest -o --watch --passWithNoTests"
},
"dependencies": {
"@reduxjs/toolkit": "2.11.2",
"@suite-common/redux-utils": "workspace:*",
"@trezor/urls": "workspace:*"
}
}