-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (32 loc) · 868 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (32 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: test_html_builder
version: 3.0.13
homepage: https://github.com/Workiva/test_html_builder
description: >
Builder that generates HTML files from templates for dart browser tests.
environment:
sdk: '>=3.11.0 <4.0.0'
executables:
browser_aggregate_tests:
dependencies:
args: ^2.3.0
build: ^4.0.4
dart_style: ^3.1.5
glob: ^2.0.1
json_annotation: ^4.1.0
path: ^1.8.0
pub_semver: ^2.0.0
test_core: ^0.6.0
yaml: ^3.1.0
dev_dependencies:
build_runner: ^2.1.2
build_test: ^3.0.0
build_web_compilers: ^4.0.0
dependency_validator: ^5.0.0
test: ^1.17.12
test_descriptor: ^2.0.0
test_process: ^2.0.2
workiva_analysis_options: ^1.4.1
# If changes are made to `lib/src/config.dart` and regeneration is needed,
# uncomment this and comment out the test_html_builder definition in
# `build.yaml`.
# json_serializable: ^6.0.0