mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 20:13:56 +08:00
21 lines
612 B
YAML
21 lines
612 B
YAML
name: seed
|
|
description: Seed is a foundational package designed to provide reusable building blocks for API Dash projects.
|
|
version: 0.0.4-dev
|
|
homepage: https://github.com/foss42/apidash/tree/main/packages/seed
|
|
repository: https://github.com/foss42/apidash/tree/main/packages/seed
|
|
issue_tracker: https://github.com/foss42/apidash/issues
|
|
documentation: https://github.com/foss42/apidash/tree/main/packages/seed
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
freezed_annotation: ^3.0.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.12
|
|
freezed: ^3.0.6
|
|
json_serializable: ^6.7.1
|
|
lints: ^4.0.0
|
|
test: ^1.24.0
|