mirror of
https://github.com/sofastack/sofa-rpc-node.git
synced 2025-12-08 20:26:00 +00:00
[skip ci]
## [2.10.0](https://github.com/sofastack/sofa-rpc-node/compare/v2.9.0...v2.10.0) (2023-05-22)
### Features
* remove debug deps ([#112](https://github.com/sofastack/sofa-rpc-node/issues/112)) ([aada766](aada7662fa))
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "sofa-rpc-node",
|
|
"version": "2.10.0",
|
|
"description": "SOFARPC Nodejs Implementation",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js --fix",
|
|
"cov": "egg-bin cov",
|
|
"test": "npm run lint && npm run test-local",
|
|
"test-local": "egg-bin test",
|
|
"ci": "npm run start:zk && npm run lint && npm run cov",
|
|
"contributors": "git-contributor",
|
|
"start:zk": "node test/scripts/start.js",
|
|
"stop:zk": "node test/scripts/stop.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sofastack/sofa-rpc-node.git"
|
|
},
|
|
"keywords": [
|
|
"sofa",
|
|
"rpc",
|
|
"egg"
|
|
],
|
|
"author": "gxcsoccer <gxcsoccer@126.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sofastack/sofa-rpc-node/issues"
|
|
},
|
|
"homepage": "https://github.com/sofastack/sofa-rpc-node#readme",
|
|
"dependencies": {
|
|
"address": "^1.1.2",
|
|
"await-event": "^2.1.0",
|
|
"await-first": "^1.0.0",
|
|
"byte": "^2.0.0",
|
|
"cluster-client": "^3.0.1",
|
|
"easy-table": "^1.1.1",
|
|
"graceful": "^1.1.0",
|
|
"is-type-of": "^1.2.1",
|
|
"koa-compose": "^4.1.0",
|
|
"mz-modules": "^2.1.0",
|
|
"pump": "^3.0.0",
|
|
"sdk-base": "^4.2.1",
|
|
"sofa-bolt-node": "^2.0.1",
|
|
"urlencode": "^1.1.0",
|
|
"utility": "^1.16.3",
|
|
"zookeeper-cluster-client": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"antpb": "^1.0.0",
|
|
"coffee": "^5.4.0",
|
|
"detect-port": "^1.5.1",
|
|
"dubbo-remoting": "^2.1.4",
|
|
"egg-bin": "^5.3.1",
|
|
"eslint": "^8.27.0",
|
|
"eslint-config-egg": "^12.1.0",
|
|
"git-contributor": "^2.1.5",
|
|
"mm": "^3.2.0",
|
|
"node-zookeeper-client": "^1.1.0",
|
|
"pedding": "^1.1.0",
|
|
"runscript": "^1.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
}
|