{
  "name": "test-run-transaction",
  "private": true,
  "scripts": {
    "start": "node ../../dist/packages/cactus-cmd-socketio-server/src/main/typescript/routing-interface/www.js",
    "debug": "nodemon --inspect ../../dist/packages/cactus-cmd-socketio-server/src/main/typescript/routing-interface/www.js",
    "build": "npm run build-ts && npm run copy-static-assets && npm run copy-blp-config && npm run replace-blp-config-path",
    "build-ts": "tsc -p ./tsconfig.json",
    "tslint": "tslint -c tslint.json -p tsconfig.json './*.ts'",
    "copy-static-assets": "ts-node copyStaticAssets.ts",
    "copy-blp-config": "ts-node copyBLPConfig.ts",
    "replace-blp-config-path": "ts-node replaceBLPConfigPath.ts",
    "init-test-run-transaction": "ln -s ../examples/test-run-transaction/node_modules ../../dist/node_modules"
  },
  "dependencies": {
    "@types/node": "14.18.12",
    "body-parser": "1.19.2",
    "cookie-parser": "1.4.6",
    "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": "2.2.10",
    "fabric-network": "2.2.10",
    "http-errors": "1.6.3",
    "jsonwebtoken": "8.5.1",
    "log4js": "6.4.0",
    "morgan": "1.9.1",
    "shelljs": "0.8.5",
    "socket.io": "4.4.1",
    "ts-node": "8.9.1",
    "web3": "1.7.0",
    "xmlhttprequest": "1.8.0"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "4.33.0",
    "@typescript-eslint/parser": "4.33.0",
    "@types/escape-html": "1.0.1",
    "eslint": "7.32.0",
    "eslint-config-prettier": "8.4.0",
    "eslint-plugin-prettier": "4.0.0",
    "prettier": "2.5.1",
    "tslint": "6.0.0",
    "typescript": "4.3.5"
  }
}