pdmq
Version:
40 lines (39 loc) • 773 B
JSON
{
"name": "pdmq",
"version": "1.1.6",
"description": "Beta",
"main": "dist/index.js",
"scripts": {
"build": "tsc -w",
"s": "nodemon dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/pandamq/pdmq"
},
"author": "Darren Liang",
"license": "MIT",
"devDependencies": {
"@types/node-cron": "^2.0.3",
"@types/redis": "^2.8.28",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"files": [
"dist/**/*"
],
"keywords": [
"MQ",
"Message Queue",
"Scheduler",
"Time-based"
],
"dependencies": {
"moment": "^2.29.1",
"node-cron": "^2.0.3",
"redis": "^3.0.2",
"rxjs": "^6.6.3",
"uuid": "^8.3.2"
}
}