reservease.consumer
Version:
This package allows you to create an amqplib consumer and producer.
55 lines (54 loc) • 1.53 kB
JSON
{
"name": "reservease.consumer",
"version": "1.2.0",
"description": "This package allows you to create an amqplib consumer and producer.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"test": "jest --config jestconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"author": "Japhet Kuntu Blankson",
"keywords": [
"Consumer",
"Producer"
],
"license": "MIT",
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/jest": "^29.2.6",
"@types/multer": "^1.4.7",
"@types/nodemailer": "^6.4.7",
"@types/nodemailer-express-handlebars": "^4.0.2",
"jest": "^29.4.0",
"prettier": "^2.8.3",
"ts-jest": "^29.0.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@google-cloud/storage": "^6.9.1",
"@handlebars/allow-prototype-access": "^1.0.5",
"@slack/web-api": "^6.8.0",
"amqplib": "^0.8.0",
"axios": "^1.2.6",
"handlebars": "^4.7.7",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.0",
"nodemailer-express-handlebars": "^6.0.0",
"slack-block-builder": "^2.7.2",
"stream": "^0.0.2",
"uuidv4": "^6.2.13"
},
"directories": {
"lib": "lib"
}
}