mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 16:58:32 +01:00
14 lines
330 B
JSON
14 lines
330 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": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/connect": "workspace:*"
|
|
}
|
|
}
|