reliable-zeromq
Version:
A collection of reliable zeromq messaging constructs
62 lines (61 loc) • 1.52 kB
JSON
{
"name": "reliable-zeromq",
"version": "0.2.0",
"description": "A collection of reliable zeromq messaging constructs",
"main": "Dist/Src/Index.js",
"types": "Dist/Src/Index.d.ts",
"dependencies": {
"typescript-collections": "1.3.3",
"uniqid": "5.2.0",
"zeromq": "6.0.0-beta.6"
},
"devDependencies": {
"@types/sinon": "9.0.4",
"@types/uniqid": "5.2.0",
"ava": "3.10.1",
"benchmark": "2.1.4",
"gulp": "4.0.2",
"husky": "4.2.5",
"microtime": "3.0.0",
"nyc": "15.1.0",
"rewiremock": "3.14.3",
"simple-perf": "0.0.1",
"sinon": "9.0.2",
"ts-mock-imports": "github:OliverNChalk/ts-mock-imports",
"ts-sinon": "1.2.0",
"tslint": "5.20.1",
"tslint-eslint-rules": "5.4.0",
"typescript": "4.0.2"
},
"scripts": {
"prepublishOnly": "gulp build",
"test": "gulp test",
"build": "gulp build",
"tslint-check": "tslint --project .",
"tslint-fix": "tslint --project . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OliverNChalk/reliable-zeromq.git"
},
"husky": {
"hooks": {
"pre-commit": "gulp lint-check"
}
},
"prepublishOnly": "gulp build",
"keywords": [
"zmq",
"zeromq",
"ØMQ",
"reliable",
"pubsub",
"request-response"
],
"author": "Oliver Chalk",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/OliverNChalk/reliable-zeromq/issues"
},
"homepage": "https://github.com/OliverNChalk/reliable-zeromq#readme"
}