nc-photos/codegen_build/pubspec.yaml

24 lines
420 B
YAML
Raw Normal View History

name: np_codegen_build
description: A starting point for Dart libraries or applications.
version: 1.0.0
# homepage: https://www.example.com
publish_to: none
environment:
2024-09-01 18:42:12 +02:00
sdk: ">=3.4.0 <4.0.0"
dependencies:
2024-05-21 18:10:57 +02:00
analyzer: ^6.2.0
2024-05-28 15:45:28 +02:00
build: ^2.4.1
np_codegen:
path: ../codegen
2024-05-28 15:45:28 +02:00
source_gen: ^1.5.0
dev_dependencies:
build_test: ^2.1.5
np_lints:
path: ../np_lints
2024-05-21 18:10:57 +02:00
path: ^1.8.3
rxdart: any
2024-05-21 18:10:57 +02:00
test: ^1.22.1