12 lines
No EOL
365 B
YAML
12 lines
No EOL
365 B
YAML
name: belatuk_json_serializer
|
|
version: 6.0.0
|
|
description: Easy JSON to Object serialization and deserialization in Dart.
|
|
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/json_serializer
|
|
environment:
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
dependencies:
|
|
logging: ^1.0.1
|
|
dev_dependencies:
|
|
stack_trace: ^1.10.0
|
|
test: ^1.17.4
|
|
lints: ^2.0.0 |