Files
trezor-suite/packages/suite-desktop-api/package.json
2026-02-16 14:29:26 +01:00

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