mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
15 lines
471 B
JSON
15 lines
471 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 --testPathPattern=tests/e2e",
|
|
"test:unit": "yarn g:jest -c ../../jest.config.base.js --testPathIgnorePatterns tests/e2e"
|
|
}
|
|
}
|