Files
2026-03-17 16:51:40 +01:00

37 lines
1.2 KiB
JSON

{
"name": "@suite-common/token-definitions",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"nfts": "yarn g:tsx ./scripts/index.ts nft",
"coins": "yarn g:tsx ./scripts/index.ts coin",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@trezor/blockchain-link-types": "workspace:^",
"@trezor/blockchain-link-utils": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/utils": "workspace:*"
},
"devDependencies": {
"@trezor/eslint": "workspace:*",
"ajv": "^8.18.0",
"jws": "^4.0.1",
"toml": "^3.0.0"
}
}