2024-08-05 01:29:07 +00:00
|
|
|
name: protevus_runtime
|
2024-08-05 02:55:10 +00:00
|
|
|
description: Provides behaviors and base types for packages that can use mirrors and be AOT compiled.
|
2024-08-05 01:29:07 +00:00
|
|
|
version: 0.0.1
|
2024-08-05 02:55:10 +00:00
|
|
|
homepage: https://protevus.com
|
|
|
|
documentation: https://docs.protevus.com
|
|
|
|
repository: https://git.protevus.com/protevus/platform
|
2024-08-05 01:29:07 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ^3.4.3
|
|
|
|
|
|
|
|
# Add regular dependencies here.
|
|
|
|
dependencies:
|
2024-08-05 02:55:10 +00:00
|
|
|
analyzer: ^6.5.0
|
|
|
|
args: ^2.0.0
|
|
|
|
protevus_isolate: ^0.0.1
|
|
|
|
io: ^1.0.4
|
|
|
|
package_config: ^2.1.0
|
|
|
|
path: ^1.9.0
|
|
|
|
pubspec_parse: ^1.2.3
|
|
|
|
yaml: ^3.1.2
|
2024-08-05 01:29:07 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
lints: ^3.0.0
|
|
|
|
test: ^1.24.0
|