{
  "name": "@hyperledger/cactus-cmd-socketio-server",
  "version": "1.1.3",
  "license": "Apache-2.0",
  "main": "dist/src/main/typescript/index.js",
  "module": "dist/src/main/typescript/index.js",
  "types": "dist/src/main/typescript/index.d.ts",
  "scripts": {
    "build": "npm run build-ts && npm run build:dev:backend:postbuild",
    "build-ts": "tsc",
    "build:dev:backend:postbuild": "cp -f ../../yarn.lock ./dist/"
  },
  "dependencies": {
    "@hyperledger/cactus-common": "1.1.3",
    "@hyperledger/cactus-core-api": "1.1.3",
    "@types/node": "14.17.32",
    "body-parser": "1.19.2",
    "config": "3.3.7",
    "cookie-parser": "1.4.5",
    "debug": "2.6.9",
    "escape-html": "1.0.3",
    "ethereumjs-common": "1.5.2",
    "ethereumjs-tx": "2.1.2",
    "express": "4.16.4",
    "fabric-ca-client": "1.4.19",
    "fabric-network": "1.4.19",
    "http-errors": "1.6.3",
    "js-yaml": "3.14.1",
    "jsonwebtoken": "8.5.1",
    "jsrsasign": "10.5.25",
    "log4js": "6.4.1",
    "morgan": "1.10.0",
    "shelljs": "0.8.5",
    "socket.io": "4.4.1",
    "socket.io-client": "4.1.3",
    "web3": "1.6.0",
    "xmlhttprequest": "1.8.0"
  },
  "devDependencies": {
    "@hyperledger/cactus-test-tooling": "1.1.3",
    "@types/cookie-parser": "1.4.2",
    "@types/escape-html": "1.0.1",
    "@types/http-errors": "1.6.3",
    "@types/morgan": "1.9.1",
    "@types/shelljs": "0.8.11",
    "http-terminator": "3.2.0",
    "ts-node": "8.9.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
