{
  "name": "@shared-state/persist",
  "author": "Mark Li",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git@github.com:lmarklil/shared-state.git"
  },
  "version": "0.0.19",
  "description": "",
  "keywords": [
    "shared-state"
  ],
  "license": "MIT",
  "type": "module",
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@shared-state/core": ""
  }
}