{
  "name": "@dieugene/queuer",
  "version": "2.0.0",
  "description": "Node.js library for seamless integration with message queues through Yandex Cloud Functions",
  "main": "queuer.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "queue",
    "yandex-cloud",
    "cloud-functions",
    "message-queue",
    "nodejs",
    "serverless",
    "messaging",
    "bot",
    "telegram"
  ],
  "author": "Eugene Ditkovsky",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dieugene/queuer.git"
  },
  "bugs": {
    "url": "https://github.com/Dieugene/queuer/issues"
  },
  "homepage": "https://github.com/Dieugene/queuer#readme",
  "dependencies": {
    "node-fetch": "^2.6.5"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "queuer.js",
    "README.md",
    "package.json"
  ]
}
