mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 14:06:25 +01:00
15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"name": "connect-example-node",
|
|
"version": "1.0.0",
|
|
"description": "Example node app with @trezor/connect",
|
|
"author": "Satoshilabs s.r.o <info@satoshilabs.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "tsx ./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/connect": "workspace:*",
|
|
"tsx": "^4.21.0"
|
|
}
|
|
}
|