dartfn/pubspec.yaml (28 lines of code) (raw):
name: dartfn
description: >
A tools package for managing FaaS (Function as a service) portable Dart functions projects
# After changing the version, run `pub run build_runner build`.
version: 0.4.7-wip
homepage: https://github.com/GoogleCloudPlatform/functions-framework-dart
resolution: workspace
environment:
sdk: ^3.6.0
executables:
dartfn:
dependencies:
args: ^2.1.1
collection: ^1.15.0
http: ^1.0.0
io: ^1.0.0
path: ^1.8.0
dev_dependencies:
build: ^2.1.0
build_config: ^1.0.0
build_runner: ^2.1.0
build_verify: ^3.0.0
build_version: ^2.1.1
dart_flutter_team_lints: ^3.0.0
glob: ^2.0.0
grinder: ^0.9.0
source_gen: '>=1.0.0 <3.0.0'
test: ^1.16.6
yaml: ^3.1.0