{ "name": "@trezor/suite-desktop-api", "version": "1.0.0", "private": true, "author": "Trezor ", "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" } }