You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
548 B
24 lines
548 B
1 year ago
|
name: dynamite_petstore_example
|
||
|
description: An example showing how to use dynamite for the Petstore example API.
|
||
|
version: 1.0.0
|
||
|
publish_to: none
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=3.1.3 <4.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
built_collection: ^5.0.0
|
||
|
built_value: ^8.0.1
|
||
|
dynamite_runtime:
|
||
|
git:
|
||
|
url: https://github.com/nextcloud/neon
|
||
|
path: packages/dynamite/dynamite_runtime
|
||
|
|
||
|
dev_dependencies:
|
||
|
build_runner: ^2.4.6
|
||
|
built_value_generator: ^8.7.0
|
||
|
dynamite:
|
||
|
git:
|
||
|
url: https://github.com/nextcloud/neon
|
||
|
path: packages/dynamite/dynamite
|