fox-wamp
Version:
Web Application Message Router/Server WAMP/MQTT
61 lines (60 loc) • 1.34 kB
JSON
{
"name": "fox-wamp",
"version": "0.7.28",
"description": "Web Application Message Router/Server WAMP/MQTT",
"author": {
"name": "Anatoly Tsapkov",
"email": "anatoly.tsapkov@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kalmyk/fox-wamp.git"
},
"license": "MIT",
"keywords": [
"wamp",
"mqtt",
"message",
"mq",
"broker",
"router",
"socket",
"subscribe"
],
"dependencies": {
"commander": "^2.20.3",
"jsonschema": "^1.4.0",
"mqtt-packet": "^9.0.0",
"msgpack-lite": "*",
"prom-client": "^15.1.3",
"qlobber": "^3.1.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tsx": "^4.19.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/chai": "^5.2.2",
"@types/chai-spies": "^1.0.6",
"@types/node": "^22.7.5",
"autobahn": "^22.11.1",
"chai": "^4.5.0",
"chai-as-promised": "*",
"chai-spies": "*",
"eslint": "^7.32.0",
"eslint-plugin-mocha": "^5.3.0",
"gts": "^6.0.2",
"mocha": "^10.7.3",
"typescript": "^5.6.3"
},
"main": "index.js",
"engines": {
"node": ">=8.5.0"
},
"scripts": {
"mocha-node-test": "mocha",
"lint": "eslint --ignore-path .gitignore .",
"test": "npm run-script lint && npm run-script mocha-node-test",
"compile": "tsc"
}
}