mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 14:18:16 +01:00
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"name": "@trezor/theme",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"lint": "eslint '**/*.{ts,tsx,js}'",
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"csstype": "^3.0.11"
|
|
}
|
|
}
|