{
  "name": "@terascope/teraslice-messaging",
  "displayName": "Teraslice Messaging",
  "version": "2.15.0",
  "description": "An internal teraslice messaging library using socket.io",
  "homepage": "https://github.com/terascope/teraslice/tree/master/packages/teraslice-messaging#readme",
  "bugs": {
    "url": "https://github.com/terascope/teraslice/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/terascope/teraslice.git"
  },
  "license": "MIT",
  "author": "Terascope, LLC <info@terascope.io>",
  "type": "module",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "directories": {
    "lib": "dist/src",
    "test": "test"
  },
  "files": [
    "dist/src/**/*"
  ],
  "dependencies": {
    "get-port": "~7.2.0",
    "ms": "~2.1.3",
    "nanoid": "~5.1.16",
    "p-event": "~7.1.0",
    "socket.io": "~4.8.3",
    "socket.io-client": "~4.8.3",
    "@terascope/core-utils": "~2.15.0",
    "@terascope/types": "~2.14.0"
  },
  "devDependencies": {
    "@jest/globals": "^30.4.1",
    "@types/ms": "~0.7.34",
    "jest-extended": "~7.0.0"
  },
  "engines": {
    "node": ">=22.0.0",
    "pnpm": ">=11.3.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "srcMain": "src/index.ts",
  "terascope": {
    "enableTypedoc": true,
    "testSuite": "unit"
  },
  "scripts": {
    "build": "tsc --build",
    "build:watch": "pnpm build --watch",
    "test": "node ../scripts/bin/ts-scripts test ../teraslice-messaging --",
    "test:debug": "node ../scripts/bin/ts-scripts test --debug ../teraslice-messaging --",
    "test:watch": "node ../scripts/bin/ts-scripts test --watch ../teraslice-messaging --"
  }
}