mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
22 lines
663 B
JSON
22 lines
663 B
JSON
{
|
|
"name": "@suite-common/feedback",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"test:unit": "yarn g:jest",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/toast-notifications": "workspace:*",
|
|
"@trezor/device-utils": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*"
|
|
}
|
|
}
|