{
  "name": "@localfirst/crdx",
  "author": "herb@devresults.com",
  "version": "6.0.0",
  "license": "MIT",
  "repository": "https://github.com/local-first-web/auth/packages/crdx",
  "private": false,
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "postbuild": "tsc -p tsconfig.build.json --emitDeclarationOnly",
    "preinstall": "npx only-allow pnpm",
    "test": "vitest"
  },
  "dependencies": {
    "@herbcaudill/eventemitter42": "^0.3.1",
    "@localfirst/crypto": "6.0.0",
    "@localfirst/shared": "6.0.0",
    "@paralleldrive/cuid2": "^2.2.2",
    "@types/lodash-es": "^4.17.12",
    "lodash-es": "^4.17.21",
    "msgpackr": "^1.10.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f61e3678d74f9a30946475941ef9ef0c8c45d664"
}
