mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 18:02:16 +01:00
25 lines
677 B
JSON
25 lines
677 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": {
|
|
"electron": "38.0.0"
|
|
}
|
|
}
|