You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
885 B
JSON

4 years ago
{
"name": "pocsag-daemon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartpager-network/pocsag-daemon.git"
},
"author": "catSIXe",
"license": "ISC",
"bugs": {
"url": "https://github.com/smartpager-network/pocsag-daemon/issues"
},
"homepage": "https://github.com/smartpager-network/pocsag-daemon#readme",
"dependencies": {
"@mdi/font": "^7.0.96",
"@supercharge/strings": "^1.18.0",
4 years ago
"amqp-connection-manager": "^3.2.2",
"amqplib": "^0.10.3",
"async-mqtt": "^2.6.1",
"axios": "^0.21.4",
"express": "^4.17.1",
"md5": "^2.3.0",
"mqtt": "^4.3.7",
"node-crc": "^1.3.0",
"puppeteer": "^19.2.2",
"querystring": "^0.2.1",
"socket.io": "^4.5.4"
4 years ago
}
}