{
  "name": "@pi/checkpoint",
  "version": "0.9.15",
  "description": "Enhanced checkpoint system with incremental snapshots, diff-based storage, and recovery strategies",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "lint": "eslint src --ext .ts",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "checkpoint",
    "snapshot",
    "recovery",
    "state"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "^7.0.2"
  }
}
