mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 08:48:15 +01:00
23 lines
694 B
JSON
23 lines
694 B
JSON
{
|
|
"name": "@suite-common/icons",
|
|
"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",
|
|
"generate-icons": "yarn g:tsx generateIcons.js && yarn g:tsx generateIconFont.ts",
|
|
"generate-icon-font": "yarn g:tsx generateIconFont.ts",
|
|
"download-crypto-icons": "yarn g:tsx ./scripts/downloadCryptoIcons.ts"
|
|
},
|
|
"devDependencies": {
|
|
"chalk": "^5.6.2",
|
|
"fantasticon": "3.0.0",
|
|
"prettier": "^3.8.1",
|
|
"sharp": "^0.34.2",
|
|
"svgo": "4.0.0"
|
|
}
|
|
}
|