package.json
{
"name": "hato",
"version": "0.0.18",
"description": "A minamalist, customizeable AMQP framework",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/openrm/hato.git"
},
"keywords": [
"amqp",
"amqplib",
"rabbitmq",
"promise"
],
"author": "Open Room Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/openrm/hato/issues"
},
"homepage": "https://github.com/openrm/hato#readme",
"dependencies": {
"puid": "^1.0.7"
},
"peerDependencies": {
"amqplib": ">= 0.6 < 1"
},
"devDependencies": {
"@types/amqplib": "^0.8.2",
"@types/bunyan": "^1.8.8",
"@types/pino": "^7.0.5",
"@types/winston": "^2.4.4",
"amqplib": "^0.10.3",
"bunyan": "^1.8.15",
"eslint": "^8.9.0",
"mocha": "^9.2.0",
"nyc": "^15.0.1",
"sinon": "^9.0.2",
"typescript": "^4.8.4"
},
"engines": {
"node": ">= 14"
},
"types": "index.d.ts"
}