{
  "name": "@devexcelsior/session-ring",
  "description": "Browser-local snapshot buffer for healing-aware UIs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "version": "0.0.6",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "NOTICE.md",
    "COMMERCIAL.md"
  ],
  "keywords": [
    "healing",
    "session",
    "replay",
    "state",
    "offline",
    "ui-resilience",
    "buffer",
    "resilient-ui",
    "devexcelsior"
  ],
  "author": "Curt Puckett <curtnpuckett@gmail.com>",
  "license": "BUSL-1.1",
  "devDependencies": {
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsc"
  }
}