@message-queue-toolkit/core
Version:
Useful utilities, interfaces and base classes for message queue handling. Supports AMQP and SQS with a common abstraction on top currently
69 lines (68 loc) • 2.04 kB
JSON
{
"name": "@message-queue-toolkit/core",
"version": "21.3.0",
"private": false,
"license": "MIT",
"description": "Useful utilities, interfaces and base classes for message queue handling. Supports AMQP and SQS with a common abstraction on top currently",
"maintainers": [
{
"name": "Igor Savin",
"email": "kibertoad@gmail.com"
}
],
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "npm run clean && tsc --project tsconfig.build.json",
"clean": "rimraf dist",
"lint": "biome check . && tsc",
"lint:fix": "biome check --write .",
"test": "vitest",
"test:coverage": "npm run test -- --coverage",
"prepublishOnly": "npm run lint && npm run build"
},
"dependencies": {
"@lokalise/node-core": "^14.0.1",
"@message-queue-toolkit/schemas": "^6.2.0",
"fast-equals": "^5.2.2",
"json-stream-stringify": "^3.1.6",
"tmp": "^0.2.3",
"toad-cache": "^3.7.0",
"zod": "^3.25.7"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@lokalise/biome-config": "^2.0.0",
"@lokalise/tsconfig": "^1.3.0",
"@types/node": "^22.15.19",
"@types/tmp": "^0.2.6",
"@vitest/coverage-v8": "^3.1.4",
"awilix": "^12.0.1",
"awilix-manager": "^6.1.0",
"rimraf": "^6.0.1",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
},
"homepage": "https://github.com/kibertoad/message-queue-toolkit",
"repository": {
"type": "git",
"url": "git://github.com/kibertoad/message-queue-toolkit.git"
},
"keywords": [
"message",
"queue",
"queues",
"abstract",
"common",
"utils",
"sqs",
"amqp",
"rabbitmq",
"rabbit"
],
"files": ["README.md", "LICENSE", "dist/*"]
}