Files
trezor-suite/packages/urls/package.json
2026-02-26 07:53:51 +01:00

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"
}
}