-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
26 lines (22 loc) · 641 Bytes
/
pubspec.yaml
File metadata and controls
26 lines (22 loc) · 641 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
name: cmd_plus
description: A wrapper around dart:io Process, package:io and mason_logger to
make it easier to run commands in dart scripts.
version: 1.3.4
homepage: https://mankeli.co
repository: https://github.com/Mankeli-Software/cmd_plus
issue_tracker: https://github.com/Mankeli-Software/cmd_plus/issues
environment:
sdk: '>=3.0.5 <4.0.0'
dependencies:
freezed: ^3.0.0
freezed_annotation: ^3.0.0
io: ^1.0.4
mason_logger: ^0.3.0
path: ^1.8.2
dev_dependencies:
build_runner: ^2.3.3
mankeli_analysis: ^1.1.2
mocktail: ^1.0.0
scripts:
gen:
code: flutter pub run build_runner build --delete-conflicting-outputs