2021-05-18 11:32:47 +00:00
|
|
|
name: angel3_migration_runner
|
2023-12-24 04:15:26 +00:00
|
|
|
version: 8.1.0
|
2021-07-19 04:49:31 +00:00
|
|
|
description: Command-line based database migration runner for Angel3's ORM.
|
|
|
|
homepage: https://angel3-framework.web.app/
|
2021-12-20 04:25:43 +00:00
|
|
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_migration_runner
|
2019-02-14 17:15:34 +00:00
|
|
|
environment:
|
2023-05-20 15:37:23 +00:00
|
|
|
sdk: '>=3.0.0 <4.0.0'
|
2023-12-24 04:15:26 +00:00
|
|
|
publish_to: none
|
2019-02-14 17:15:34 +00:00
|
|
|
dependencies:
|
2023-05-27 00:37:00 +00:00
|
|
|
angel3_migration: ^8.0.0
|
|
|
|
angel3_orm: ^8.0.0
|
|
|
|
args: ^2.4.0
|
2023-04-22 05:41:41 +00:00
|
|
|
charcode: ^1.3.0
|
|
|
|
postgres: ^2.6.0
|
2023-05-27 00:37:00 +00:00
|
|
|
mysql_client: ^0.0.27
|
2022-07-11 06:15:02 +00:00
|
|
|
mysql1: ^0.20.0
|
2023-05-27 00:37:00 +00:00
|
|
|
logging: ^1.2.0
|
2021-07-19 04:49:31 +00:00
|
|
|
dev_dependencies:
|
2023-12-24 04:15:26 +00:00
|
|
|
lints: ^3.0.0
|
2023-06-10 04:10:21 +00:00
|
|
|
# dependency_overrides:
|
|
|
|
# angel3_orm:
|
|
|
|
# path: ../angel_orm
|
|
|
|
# angel3_migration:
|
|
|
|
# path: ../angel_migration
|