2022-12-22 22:07:29 +08: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-09-27 21:12:16 +08:00
|
|
|
sdk: ">=3.4.0 <4.0.0"
|
2022-12-22 22:07:29 +08:00
|
|
|
|
|
|
|
dependencies:
|
2024-05-22 00:10:57 +08:00
|
|
|
analyzer: ^6.2.0
|
2024-05-28 21:45:28 +08:00
|
|
|
build: ^2.4.1
|
2022-12-22 22:07:29 +08:00
|
|
|
np_codegen:
|
|
|
|
path: ../codegen
|
2024-05-28 21:45:28 +08:00
|
|
|
source_gen: ^1.5.0
|
2022-12-22 22:07:29 +08:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
build_test: ^2.1.5
|
2024-02-25 12:09:57 +08:00
|
|
|
np_lints:
|
|
|
|
path: ../np_lints
|
2024-05-22 00:10:57 +08:00
|
|
|
path: ^1.8.3
|
2024-02-25 12:09:57 +08:00
|
|
|
rxdart: any
|
2024-05-22 00:10:57 +08:00
|
|
|
test: ^1.22.1
|