721ee33405
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
423 B
YAML
25 lines
423 B
YAML
name: jwt
|
|
description: A Dart Json Web Token Library
|
|
version: 1.0.0+1
|
|
publish_to: none
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: ">=3.9.0 <4.0.0"
|
|
|
|
dependencies:
|
|
clock: ^1.1.0
|
|
collection: ^1.18.0
|
|
http: ^1.5.0
|
|
json_annotation: ^4.12.0
|
|
meta: ^1.18.3
|
|
pointycastle: ^4.0.0
|
|
rsa_pkcs: ^2.0.0
|
|
ttl_cache: ^0.3.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.15.0
|
|
json_serializable: ^6.13.2
|
|
path: ^1.9.0
|
|
test: ^1.31.2
|