{
  "name": "@wireapp/core",
  "license": "GPL-3.0",
  "description": "Wire for Web's communication core.",
  "repository": "https://github.com/wireapp/wire-web-packages/tree/main/packages/core",
  "files": [
    "lib"
  ],
  "main": "lib/index",
  "browser": {
    "./lib/cryptography/AssetCryptography/crypto.node": "./lib/cryptography/AssetCryptography/crypto.browser.js"
  },
  "dependencies": {
    "@wireapp/api-client": "^27.95.4",
    "@wireapp/commons": "^5.4.11",
    "@wireapp/core-crypto": "9.1.2",
    "@wireapp/cryptobox": "12.8.0",
    "@wireapp/priority-queue": "^2.1.17",
    "@wireapp/promise-queue": "^2.4.11",
    "@wireapp/protocol-messaging": "1.56.0",
    "@wireapp/store-engine": "^5.1.17",
    "axios": "1.13.2",
    "bazinga64": "^6.5.10",
    "deepmerge-ts": "6.0.0",
    "hash.js": "1.1.7",
    "http-status-codes": "2.3.0",
    "idb": "8.0.3",
    "logdown": "3.3.1",
    "long": "^5.2.0",
    "uuid": "9.0.1",
    "zod": "3.24.2"
  },
  "devDependencies": {
    "@faker-js/faker": "^9.0.0",
    "@swc/core": "^1.3.10",
    "@swc/jest": "^0.2.23",
    "@types/jest": "^29.2.0",
    "@types/long": "^5.0.0",
    "@types/tough-cookie": "4.0.5",
    "@types/uuid": "9.0.8",
    "commander": "14.0.1",
    "cross-env": "10.1.0",
    "dotenv-defaults": "5.0.2",
    "fake-indexeddb": "^5.0.2",
    "jest": "^29.2.1",
    "jest-websocket-mock": "2.5.0",
    "nock": "14.0.10",
    "rimraf": "6.1.2",
    "typescript": "^5.0.4"
  },
  "scripts": {
    "build": "yarn clean && tsc",
    "clean": "rimraf .tmp lib",
    "dist": "yarn build",
    "demo:composite": "cross-env NODE_DEBUG='@wireapp*' ts-node src/demo/composite.ts",
    "demo:sendCounter": "cross-env NODE_DEBUG='@wireapp*' ts-node src/demo/sendCounter.ts",
    "start": "yarn dist && node index.js",
    "start:echo": "cross-env NODE_DEBUG='@wireapp/core*' node src/demo/echo.js",
    "start:sender": "cross-env NODE_DEBUG='@wireapp/core*' node src/demo/sender.js",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "watch": "tsc --watch"
  },
  "version": "46.47.5",
  "gitHead": "6eae98d538d140700702efbf7409b6a2f50752a9"
}
