@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
72 lines (71 loc) • 2.1 kB
JSON
{
"name": "@message-queue-toolkit/core",
"version": "23.2.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.2.0",
"@message-queue-toolkit/schemas": "^7.0.0",
"fast-equals": "^5.2.2",
"json-stream-stringify": "^3.1.6",
"tmp": "^0.2.3",
"toad-cache": "^3.7.0"
},
"peerDependencies": {
"zod": ">=3.25.76 <5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@lokalise/biome-config": "^2.0.0",
"@lokalise/tsconfig": "^2.0.0",
"@types/node": "^24.0.3",
"@types/tmp": "^0.2.6",
"@vitest/coverage-v8": "^3.2.4",
"awilix": "^12.0.5",
"awilix-manager": "^6.1.0",
"rimraf": "^6.0.1",
"typescript": "^5.9.2",
"vitest": "^3.2.4",
"zod": "^4.0.17"
},
"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/*"]
}