{
  "name": "@automerge/automerge",
  "collaborators": [
    "Orion Henry <orion@inkandswitch.com>",
    "Martin Kleppmann"
  ],
  "version": "3.2.5",
  "description": "Javascript implementation of automerge, backed by @automerge/automerge-wasm",
  "homepage": "https://github.com/automerge/automerge/tree/main/javascript",
  "repository": "github:automerge/automerge",
  "files": [
    "README.md",
    "LICENSE",
    "package.json",
    "dist/index.d.ts",
    "dist/cjs/**/*.js",
    "dist/cjs/**/*.cjs",
    "dist/cjs/**/*.wasm",
    "dist/iife/**/*.js",
    "dist/mjs/**/*.js",
    "dist/mjs/**/*.cjs",
    "dist/mjs/**/*.wasm",
    "dist/*.d.ts",
    "dist/automerge.wasm"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "module": "./dist/mjs/entrypoints/fullfat_base64.js",
  "main": "./dist/cjs/fullfat_node.cjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "workerd": {
        "import": "./dist/mjs/entrypoints/fullfat_workerd.js",
        "require": "./dist/cjs/fullfat_base64.cjs"
      },
      "node": {
        "import": "./dist/mjs/entrypoints/fullfat_node.js",
        "require": "./dist/cjs/fullfat_node.cjs"
      },
      "browser": {
        "import": "./dist/mjs/entrypoints/fullfat_bundler.js",
        "require": "./dist/cjs/fullfat_base64.cjs"
      },
      "import": "./dist/mjs/entrypoints/fullfat_base64.js",
      "require": "./dist/cjs/fullfat_base64.cjs"
    },
    "./slim": {
      "types": "./dist/index.d.ts",
      "node": {
        "import": "./dist/mjs/entrypoints/slim.js",
        "require": "./dist/cjs/slim.cjs"
      },
      "browser": {
        "import": "./dist/mjs/entrypoints/slim.js",
        "require": "./dist/cjs/slim.cjs"
      },
      "import": "./dist/mjs/entrypoints/slim.js",
      "require": "./dist/cjs/slim.cjs"
    },
    "./automerge.wasm": "./dist/automerge.wasm",
    "./automerge.wasm.base64": {
      "types": "./dist/automerge_wasm_bg_base64.d.ts",
      "import": "./dist/mjs/wasm_bindgen_output/web/automerge_wasm_bg_base64.js",
      "require": "./dist/cjs/automerge_wasm_bg_base64.js"
    }
  },
  "license": "MIT",
  "scripts": {
    "lint": "eslint src",
    "check-fmt": "prettier -c .prettierrc --check",
    "fmt": "prettier -c .prettierrc -w",
    "build": "node ./scripts/build.mjs",
    "test": "ts-mocha --loader=ts-node/esm --experimental-specifier-resolution=node --type-check test/*.ts",
    "packaging-tests": "node packaging_tests/run.mjs",
    "watch-docs": "typedoc src/index.ts --watch --readme none"
  },
  "devDependencies": {
    "@types/expect": "^24.3.0",
    "@types/mocha": "^10.0.1",
    "@types/node": "^25.0.3",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "consola": "^3.2.3",
    "esbuild": "^0.27.0",
    "eslint": "^9.27.0",
    "fast-sha256": "^1.3.0",
    "mocha": "^11.4.0",
    "pako": "^2.1.0",
    "prettier": "3.8.1",
    "puppeteer": "^24.9.0",
    "serve-handler": "^6.1.5",
    "ts-mocha": "^11.1.0",
    "ts-node": "^10.9.1",
    "typedoc": "^0.28.4",
    "typescript": "^5.8.3"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
