dubbotest
Version:
Please run follow command in Windows GitBash or Linux. Can't use windows Cmd or PowerShell. ```shell npm install -g dubbotest dubbotest ```
27 lines (26 loc) • 511 B
JSON
{
"name": "dubbotest",
"version": "1.2.1",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"dubbotest": "./app.js"
},
"author": "wanglong",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"node-zookeeper-client": "^1.1.3",
"telnet-client": "^2.0.4",
"zookeeper": "^5.6.0"
},
"keywords": [
"dubbo",
"http",
"dubbo test",
"dubbo invoke"
]
}