onirii
Version:
Universal queue SDK
51 lines (50 loc) • 1.14 kB
JSON
{
"name": "onirii",
"version": "1.3.6",
"description": "Universal queue SDK",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint src src/**/*.ts",
"test": "jest ./test",
"test-coverage": "jest --coverage",
"clean": "rm -rf ./lib && rm -rf ./logs",
"tsc": "npm run clean && tsc",
"deploy": "npm run tsc && npm publish"
},
"files": [
"lib/*"
],
"repository": {
"type": "git",
"url": "https://gitlab.heavenark.com/Luminous/onirii"
},
"author": "Luminous",
"license": "MIT",
"dependencies": {
"@types/amqplib": "^0.8.0",
"amqplib": "^0.8.0",
"axios": "^0.21.1",
"dotenv": "^10.0.0",
"log4js": "^6.3.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-plugin-jest": "^24.3.6",
"jest": "^27.0.1",
"ts-jest": "^27.0.0",
"typescript": "^4.2.4"
},
"jest": {
"testEnvironment": "node"
},
"keywords": [
"amqplib",
"AMQP 0-9-1",
"RabbitMQ",
"MQ"
]
}