Files
trezor-suite/packages/urls/package.json
2026-02-03 13:42:44 +01:00

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