mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-07 07:47:59 +01:00
20 lines
574 B
JSON
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:*"
|
|
}
|
|
}
|