Files
trezor-suite/packages/theme/package.json
2022-05-24 16:24:19 +02:00

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