verae-backup/package.json

11 lines
295 B
JSON

{
"name": "verae-backup",
"version": "0.1.0",
"private": true,
"description": "Backup and restore SQLite, JetStream, worm/tree, keep, and IAM data",
"scripts": {
"backup": "bash scripts/backup.sh",
"restore": "bash scripts/restore.sh",
"test": "bash scripts/test.sh"
}
}