-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (31 loc) · 787 Bytes
/
pubspec.yaml
File metadata and controls
37 lines (31 loc) · 787 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
name: hooks_runner
description: >-
This package is the backend that invokes build hooks.
version: 1.1.1
repository: https://github.com/dart-lang/native/tree/main/pkgs/hooks_runner
resolution: workspace
environment:
sdk: '>=3.10.0 <4.0.0'
dependencies:
code_assets: ^1.0.0 # Needed for OS for Target for KernelAssets.
collection: ^1.19.1
crypto: ^3.0.6
file: ^7.0.1
graphs: ^2.3.2
hooks: ^1.0.0
logging: ^1.3.0
meta: ^1.16.0
package_config: ^2.1.0
pub_semver: ^2.2.0
record_use: ^0.6.0
yaml: ^3.1.3
dev_dependencies:
args: any
dart_flutter_team_lints: ^3.5.2
data_assets: any # Used in tests.
file_testing: ^3.0.2
native_test_helpers:
path: ../native_test_helpers/
pub_formats: # Used in tests.
path: ../pub_formats/
test: ^1.25.15