mirror of
https://github.com/foss42/apidash.git
synced 2025-05-26 02:36:31 +08:00
20 lines
580 B
YAML
20 lines
580 B
YAML
name: seed
|
|
description: Seed is a foundational package designed to provide reusable building blocks for API Dash projects.
|
|
version: 0.0.2
|
|
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: ^2.4.4
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.12
|
|
freezed: ^2.5.7
|
|
lints: ^4.0.0
|
|
test: ^1.24.0
|