{
  "name": "verus-zmq-client",
  "version": "0.1.0-12",
  "description": "Verus Coin Javascript/Typescript client for ZMQ messaging.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "npx jest",
    "build": "rm -rf ./dist && npx tsc",
    "start": "node dist/index.js",
    "dev": "nodemon src/index.ts",
    "dev_ie": "nodemon src/examples/sample.ts"
  },
  "author": "Pangz",
  "license": "MIT",
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.25",
    "jest": "^29.7.0",
    "nodemon": "^3.1.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.2"
  },
  "dependencies": {
    "zeromq": "^6.0.0-beta.19"
  },
  "keywords": [
    "Verus",
    "Verus coin",
    "VRSC",
    "zeromq",
    "ZMQ",
    "ZMQ client",
    "verus zmq",
    "verus client",
    "client",
    "messaging",
    "verus messaging",
    "verus zmq client"
  ],
  "files": ["dist", "LICENSE", "README.md", "package.json"],
  "homepage": "https://github.com/pangz-lab/verus-zmq-client#readme",
  "bugs": {
    "url": "https://github.com/pangz-lab/verus-zmq-client/issues",
    "email": "pangz.lab@gmail.com"
  },
  "icon": "https://raw.githubusercontent.com/pangz-lab/verus-zmq-client/main/icon.png"
}
