2022-12-22 15:07:29 +01:00
|
|
|
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-05-20 16:02:00 +02:00
|
|
|
sdk: ">=3.2.0 <4.0.0"
|
2022-12-22 15:07:29 +01:00
|
|
|
|
|
|
|
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
|
2022-12-22 15:07:29 +01:00
|
|
|
np_codegen:
|
|
|
|
path: ../codegen
|
2024-05-28 15:45:28 +02:00
|
|
|
source_gen: ^1.5.0
|
2022-12-22 15:07:29 +01:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
build_test: ^2.1.5
|
2024-02-25 05:09:57 +01:00
|
|
|
np_lints:
|
|
|
|
path: ../np_lints
|
2024-05-21 18:10:57 +02:00
|
|
|
path: ^1.8.3
|
2024-02-25 05:09:57 +01:00
|
|
|
rxdart: any
|
2024-05-21 18:10:57 +02:00
|
|
|
test: ^1.22.1
|