{
  "name": "@streamr/protocol",
  "version": "100.2.4",
  "description": "Implementation of Streamr Protocol (Brubeck)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streamr-dev/network.git",
    "directory": "packages/protocol"
  },
  "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"
  },
  "author": "Streamr Network AG <contact@streamr.network>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@streamr/test-utils": "100.2.4"
  },
  "dependencies": {
    "@streamr/utils": "100.2.4"
  }
}
