Files
shorebird/packages/jwt/pubspec.yaml
T
2025-02-14 13:04:26 -06:00

25 lines
426 B
YAML

name: jwt
description: A Dart Json Web Token Library
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=3.7.0 <4.0.0"
dependencies:
clock: ^1.1.0
collection: ^1.18.0
http: ^1.0.0
json_annotation: ^4.9.0
meta: ^1.7.0
pointycastle: ^3.5.0
rsa_pkcs: ^2.0.0
ttl_cache: ^0.3.0
dev_dependencies:
build_runner: ^2.0.0
json_serializable: ^6.1.4
path: ^1.9.0
test: ^1.19.2
very_good_analysis: ^7.0.0