2021-06-11 05:07:53 +00:00
|
|
|
name: angel3_cli
|
2021-06-12 04:23:33 +00:00
|
|
|
version: 3.0.0-beta.2
|
2021-07-17 05:10:35 +00:00
|
|
|
description: Command line tools for the Angel3 framework, including scaffolding.
|
|
|
|
homepage: https://angel3-framework.web.app/
|
|
|
|
repository: https://github.com/dukefirehawk/angel3-cli
|
2021-03-13 02:51:32 +00:00
|
|
|
environment:
|
2021-06-12 04:10:34 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2017-02-01 22:56:04 +00:00
|
|
|
dependencies:
|
2021-06-12 04:10:34 +00:00
|
|
|
analyzer: ^1.7.0
|
|
|
|
args: ^2.1.1
|
|
|
|
code_builder: ^4.0.0
|
|
|
|
dart_style: ^2.0.1
|
|
|
|
glob: ^2.0.1
|
|
|
|
http: ^0.13.3
|
|
|
|
io: ^1.0.0
|
|
|
|
inflection3: ^0.5.3+2
|
|
|
|
mustache_template: ^2.0.0
|
|
|
|
path: ^1.8.0
|
|
|
|
prompts: ^2.0.0
|
2021-03-13 02:51:32 +00:00
|
|
|
pubspec_parse: ^1.0.0
|
2021-06-12 04:10:34 +00:00
|
|
|
quiver: ^3.0.1
|
|
|
|
recase: ^4.0.0
|
|
|
|
shutdown: ^0.4.3
|
2021-03-13 02:51:32 +00:00
|
|
|
watcher: ^1.0.0
|
2021-06-12 04:10:34 +00:00
|
|
|
yaml: ^3.1.0
|
2021-06-11 05:07:53 +00:00
|
|
|
dev_dependencies:
|
|
|
|
pedantic: ^1.11.0
|
2017-02-01 22:56:04 +00:00
|
|
|
executables:
|
2021-06-11 05:07:53 +00:00
|
|
|
angel3: angel3
|