mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 22:28:30 +01:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"name": "@trezor/env-utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"ua-parser-js": "^1.0.2"
|
|
}
|
|
}
|