Files
shorebird/packages/jwt/pubspec.yaml
T
2023-04-04 12:39:42 -05:00

22 lines
371 B
YAML

name: jwt
description: A Dart Json Web Token Library
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=2.19.0 <3.0.0"
dependencies:
clock: ^1.1.0
http: ^0.13.4
json_annotation: ^4.4.0
meta: ^1.7.0
pointycastle: ^3.5.0
rsa_pkcs: ^2.0.0
dev_dependencies:
build_runner: ^2.0.0
json_serializable: ^6.1.4
test: ^1.19.2
very_good_analysis: ^4.0.0