2022-07-10 21:43:10 +05:30
|
|
|
name: nostr_console
|
|
|
|
description: A sample command-line application.
|
2022-08-14 00:48:19 +05:30
|
|
|
version: 0.0.1
|
2022-07-10 21:43:10 +05:30
|
|
|
# homepage: https://www.example.com
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=2.17.3 <3.0.0'
|
|
|
|
|
|
|
|
# dependencies:
|
|
|
|
# path: ^1.8.0
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
lints: ^2.0.0
|
2022-08-13 18:50:07 +05:30
|
|
|
test: ^1.21.4
|
2022-08-07 23:08:47 +05:30
|
|
|
dependencies:
|
|
|
|
args: ^2.3.1
|
2022-08-13 18:50:07 +05:30
|
|
|
bip340: ^0.0.4
|
|
|
|
cli_menu: ^0.3.0-nullsafety.0
|
|
|
|
crypto: ^3.0.2
|
2022-08-10 17:42:04 +05:30
|
|
|
intl: ^0.17.0
|
2022-08-08 02:22:46 +05:30
|
|
|
web_socket_channel: ^2.2.0
|