{
  "name": "@douglance/stdb-backup",
  "version": "0.3.1",
  "description": "Filesystem-based backup and restore for SpacetimeDB databases",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "stdb": "./dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest",
    "lint": "biome lint ./src",
    "format": "biome format --write ./src"
  },
  "keywords": [
    "spacetimedb",
    "backup",
    "snapshot",
    "database",
    "restore",
    "filesystem"
  ],
  "author": "douglance",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/douglance/stdb-backup.git"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "commander": "^12.0.0",
    "ora": "^8.0.0",
    "chalk": "^5.3.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "^5.3.3",
    "vitest": "^1.2.0"
  }
}
