1 Star 0 Fork 0

王本鑫/amqplib-rpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
王本鑫 提交于 2024-05-14 14:18 . ✨feature: 升级amqplib到0.10.4
{
"name": "@wbenxin/amqplib-rpc",
"version": "1.1.1",
"description": "基于amqplib实现的rpc服务",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "npm publish --access=public",
"postpublish": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wbenxin/amqplib-rpc.git"
},
"keywords": [
"amqplib-rpc",
"rabbit",
"amqp",
"amqplib",
"rpc"
],
"author": "wbenxin",
"license": "ISC",
"bugs": {
"url": "https://github.com/wbenxin/amqplib-rpc/issues"
},
"homepage": "https://github.com/wbenxin/amqplib-rpc#readme",
"dependencies": {
"amqplib": "^0.10.4",
"uuid": "^9.0.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wbenxin/amqplib-rpc.git
git@gitee.com:wbenxin/amqplib-rpc.git
wbenxin
amqplib-rpc
amqplib-rpc
master

搜索帮助