2024-12-16 03:12:57 +00:00
|
|
|
name: platform_encryption
|
|
|
|
description: The Encryption Package for the Protevus Platform
|
|
|
|
version: 0.0.1
|
|
|
|
homepage: https://protevus.com
|
|
|
|
documentation: https://docs.protevus.com
|
|
|
|
repository: https://github.com/protevus/platformo
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ^3.4.2
|
|
|
|
|
|
|
|
# Add regular dependencies here.
|
|
|
|
dependencies:
|
2024-12-16 03:19:19 +00:00
|
|
|
crypto: ^3.0.6
|
2024-12-16 03:12:57 +00:00
|
|
|
encrypt: ^5.0.3
|
|
|
|
platform_contracts: ^8.0.0
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
lints: ^3.0.0
|
|
|
|
test: ^1.24.0
|