{
  "name": "@streamr/network-node",
  "version": "8.5.5",
  "description": "Minimal and extendable implementation of the Streamr Network network node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streamr-dev/network.git",
    "directory": "packages/network"
  },
  "license": "STREAMR NETWORK OPEN SOURCE LICENSE",
  "author": "Streamr Network AG <contact@streamr.network>",
  "main": "dist/src/exports.js",
  "types": "dist/src/exports.d.ts",
  "scripts": {
    "build": "tsc -b tsconfig.node.json",
    "check": "tsc -p ./tsconfig.jest.json --noEmit",
    "clean": "jest --clearCache || true; rm -rf dist *.tsbuildinfo node_modules/.cache || true",
    "eslint": "eslint --cache --cache-location=node_modules/.cache/.eslintcache/ '*/**/*.{js,ts}'",
    "test": "jest",
    "test-browser": "karma start karma.config.js",
    "test-integration": "jest test/integration/",
    "test-simulator": "jest --projects simulator.jest.config.js -- test/",
    "test-unit": "jest test/unit"
  },
  "dependencies": {
    "@streamr/protocol": "8.5.5",
    "@streamr/utils": "8.5.5",
    "cancelable-promise": "^4.3.1",
    "commander": "^11.0.0",
    "heap": "^0.2.6",
    "ipaddr.js": "^2.0.1",
    "lodash": "^4.17.21",
    "node-datachannel": "^0.4.2",
    "setimmediate": "^1.0.5",
    "strict-event-emitter-types": "^2.0.0",
    "uuid": "^9.0.0",
    "websocket": "^1.0.34",
    "ws": "^8.12.0",
    "yallist": "^4.0.0"
  },
  "devDependencies": {
    "@streamr/browser-test-runner": "^0.0.1",
    "@streamr/network-tracker": "8.5.5",
    "@streamr/test-utils": "8.5.5",
    "@types/heap": "^0.2.28",
    "@types/lodash": "^4.14.175",
    "@types/uuid": "^9.0.2",
    "@types/websocket": "^1.0.3",
    "@types/ws": "^8.5.5",
    "@types/yallist": "^4.0.1",
    "express": "^4.17.1"
  },
  "optionalDependencies": {
    "bufferutil": "^4.0.5",
    "utf-8-validate": "^6.0.3"
  }
}
