platform-cli/pubspec.yaml

30 lines
652 B
YAML
Raw Normal View History

2021-06-11 05:07:53 +00:00
name: angel3_cli
2023-12-25 04:40:00 +00:00
version: 8.2.0
2023-10-21 02:27:39 +00:00
description: The command line interface for building dart backend in Angel3 framework.
2021-07-17 05:10:35 +00:00
homepage: https://angel3-framework.web.app/
2023-12-25 04:40:00 +00:00
repository: https://github.com/dart-backend/angel3-cli
2021-03-13 02:51:32 +00:00
environment:
2023-06-10 12:21:24 +00:00
sdk: '>=3.0.0 <4.0.0'
2017-02-01 22:56:04 +00:00
dependencies:
2023-12-25 04:40:00 +00:00
analyzer: ^6.3.0
2023-06-10 12:21:24 +00:00
args: ^2.4.0
code_builder: ^4.5.0
dart_style: ^2.3.0
glob: ^2.1.0
http: ^1.0.0
2021-06-12 04:10:34 +00:00
io: ^1.0.0
inflection3: ^0.5.3+2
mustache_template: ^2.0.0
2023-12-25 04:40:00 +00:00
path: ^1.9.0
2021-06-12 04:10:34 +00:00
prompts: ^2.0.0
2023-06-10 12:21:24 +00:00
pubspec_parse: ^1.2.0
quiver: ^3.2.0
recase: ^4.1.0
2021-06-12 04:10:34 +00:00
shutdown: ^0.4.3
2023-06-10 12:21:24 +00:00
watcher: ^1.1.0
2021-06-12 04:10:34 +00:00
yaml: ^3.1.0
2021-06-11 05:07:53 +00:00
dev_dependencies:
2023-12-25 04:40:00 +00:00
lints: ^3.0.0
2017-02-01 22:56:04 +00:00
executables:
2021-06-11 05:07:53 +00:00
angel3: angel3