UNPKG

u-node-mq

Version:

基于发布订阅模型的消息通信插件

53 lines (52 loc) 1.41 kB
{ "name": "u-node-mq", "version": "4.0.2", "author": "hugaojie <uaoie@qq.com>", "description": "基于发布订阅模型的消息通信插件", "keywords": [ "发布订阅", "通信", "队列", "交换机", "消费者", "观察者" ], "bin": { "u-node-mq": "bin/u-node-mq-termui.exe" }, "type": "module", "main": "index.js", "types": "index.d.ts", "repository": "https://github.com/Juaoie/u-node-mq.git", "homepage": "https://github.com/Juaoie/u-node-mq/", "license": "MIT", "scripts": { "build": "node ./script/build.js", "gobuild": "cd termui && go build", "test": "jest", "eslint": "eslint", "clr": "node ./script/clear.js", "pub": "node ./script/publish.js", "gdts": "node ./script/dts-bundle-generator.js" }, "devDependencies": { "@jest/globals": "27.5.1", "@jest/types": "27.5.1", "@types/fs-extra": "^9.0.13", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "chalk": "^5.0.1", "dts-bundle-generator": "^6.12.0", "esbuild": "^0.14.34", "eslint": "^8.17.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "execa": "^6.1.0", "fs-extra": "^10.1.0", "jest": "^27.5.1", "miniprogram-api-typings": "^3.12.2", "prettier": "^2.6.2", "ts-jest": "27.1.5", "typescript": "^4.5.5" } }