Files
trezor-suite/packages/theme/package.json
Daniel Suchý a446583d58 chore(ci): Nx for github validations (#6095)
* chore(ci): Nx for github validations

* chore: tune config

* chore: eslint scripts faster and unified settings

* chore: check formatting using nx

* chore: read-only NX token
2022-08-25 18:51:12 +02:00

20 lines
436 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:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build"
},
"dependencies": {
"csstype": "^3.0.11"
},
"devDependencies": {
"jest": "^26.6.3",
"typescript": "4.7.4"
}
}