@rsksmart/rif-communications-pubsub
Version:
76 lines (75 loc) • 2.28 kB
JSON
{
"name": "@rsksmart/rif-communications-pubsub",
"version": "0.1.0-dev.11",
"description": "PubSub module",
"keywords": [
"RIF",
"Communications",
"PubSub"
],
"homepage": "https://github.com/rsksmart/rif-communications-pubsub#readme",
"bugs": {
"url": "https://github.com/rsksmart/rif-communications-pubsub/issues"
},
"license": "MIT",
"author": {
"name": "Vojtech Simetka",
"email": "vojtech@simetka.cz"
},
"files": [
"dist",
"lib",
"types"
],
"main": "lib/index.js",
"repository": "https://github.com/rsksmart/rif-communications-pubsub",
"scripts": {
"compile": "tasegir compile",
"compile:watch": "tasegir compile -- --watch",
"types-check": "tasegir types-check",
"exec": "tasegir run",
"lint": "tasegir lint",
"release": "tasegir release --no-docs --target=node",
"build": "tasegir build",
"test": "npm run test:unit && npm run test:integration",
"test:unit": "tasegir test --target node --files ./test/unit/*.spec.ts",
"test:integration": "tasegir test --target node --files ./test/integration/*.spec.ts",
"tasegir:link": "ln -s ./node_modules/tasegir/src/config/tsconfig.json ./tsconfig.json && ln -s ./node_modules/tasegir/src/config/eslintrc.js ./.eslintrc.js"
},
"dependencies": {
"emittery": "^0.7.2",
"hyperdiff": "^2.0.8",
"it-pipe": "^1.1.0",
"libp2p": "^0.30.0",
"libp2p-bootstrap": "^0.12.1",
"libp2p-gossipsub": "^0.8.0",
"libp2p-kad-dht": "^0.20.4",
"libp2p-mdns": "^0.15.0",
"libp2p-mplex": "^0.10.1",
"libp2p-noise": "^2.0.1",
"libp2p-secio": "^0.13.1",
"libp2p-tcp": "^0.15.1",
"libp2p-webrtc-star": "^0.20.5",
"libp2p-websockets": "^0.15.0",
"lodash": "^4.17.20",
"peer-id": "^0.14.2",
"uint8arrays": "^2.0.5"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/lodash": "^4.14.165",
"@types/mocha": "^8.2.0",
"chai": "^4.2.0",
"tasegir": "^1.8.0"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"types": "types/index.d.ts",
"contributors": [
"Adam Uhlíř <adam@uhlir.dev>",
"Vojtech Simetka <vojtech@simetka.cz>",
"dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>"
]
}