npm-mqtt-server-mock/package.json

25 lines
629 B
JSON

{
"name": "npm-mqtt-server-mock",
"version": "1.0.0",
"description": "npm install aedes --save\r npm install aedes-cli --global",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://appj.pglikers.com/gitbucket/git/mock/npm-mqtt-server-mock.git"
},
"author": "ry.yamafuji",
"license": "ISC",
"dependencies": {
"aedes": "^0.51.2",
"aedes-persistence": "^9.1.2",
"aedes-persistence-level": "^8.0.1",
"express": "^4.19.2",
"mqemitter": "^6.0.0",
"mqtt": "^5.7.0",
"ws": "^8.17.0"
}
}