mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 14:06:25 +01:00
27 lines
782 B
JSON
27 lines
782 B
JSON
{
|
|
"name": "@trezor/suite-desktop-api",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"author": "Trezor <info@trezor.io>",
|
|
"description": "Strongly typed DesktopApi",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/trezor/trezor-suite.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/trezor/trezor-suite/issues"
|
|
},
|
|
"main": "./src/main.ts",
|
|
"browser": "./src/renderer.ts",
|
|
"scripts": {
|
|
"test:unit": "yarn g:jest --verbose -c jest.config.js",
|
|
"type-check": "yarn g:tsc --build tsconfig.json",
|
|
"depcheck": "yarn g:depcheck"
|
|
},
|
|
"dependencies": {
|
|
"@suite-common/platform-encryption": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"electron": "40.1.0"
|
|
}
|
|
}
|