mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
14 lines
343 B
JSON
14 lines
343 B
JSON
{
|
|
"name": "@trezor/urls",
|
|
"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:e2e": "yarn g:jest -c ../../jest.config.base.js"
|
|
}
|
|
}
|