29 lines
652 B
YAML
29 lines
652 B
YAML
name: angel3_cli
|
|
version: 8.2.0
|
|
description: The command line interface for building dart backend in Angel3 framework.
|
|
homepage: https://angel3-framework.web.app/
|
|
repository: https://github.com/dart-backend/angel3-cli
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
dependencies:
|
|
analyzer: ^6.3.0
|
|
args: ^2.4.0
|
|
code_builder: ^4.5.0
|
|
dart_style: ^2.3.0
|
|
glob: ^2.1.0
|
|
http: ^1.0.0
|
|
io: ^1.0.0
|
|
inflection3: ^0.5.3+2
|
|
mustache_template: ^2.0.0
|
|
path: ^1.9.0
|
|
prompts: ^2.0.0
|
|
pubspec_parse: ^1.2.0
|
|
quiver: ^3.2.0
|
|
recase: ^4.1.0
|
|
shutdown: ^0.4.3
|
|
watcher: ^1.1.0
|
|
yaml: ^3.1.0
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
executables:
|
|
angel3: angel3
|