clientlinker
Version:
Linker all clients whether rpc, addon, http request, mock data, local file ...
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "clientlinker",
"version": "13.1.4",
"description": "Linker all clients whether rpc, addon, http request, mock data, local file ...",
"main": "index.js",
"scripts": {
"test": "cross-env DEBUG=clientlinker* mocha test/test_*"
},
"keywords": [
"client",
"linker",
"proxy",
"rpc",
"httpproxy"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/iGdea/node-clientlinker.git"
},
"bugs": {
"url": "https://github.com/iGdea/node-clientlinker/issues"
},
"homepage": "https://github.com/iGdea/node-clientlinker/tree/master/packages/clientlinker",
"author": "Bacra <bacra.woo@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=10.16.0"
},
"dependencies": {
"debug": "^4.3.1",
"depd": "^2.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"async-statistic": "^1.1.0",
"clientlinker-flow-confighandler-test": "^3.1.3",
"cross-env": "^7.0.3",
"expect.js": "^0.3.1",
"mkdirp": "^1.0.4",
"mocha": "^8.4.0"
},
"gitHead": "bad3b81f70101364868a5b2e7aaa84a1dcdcc85a"
}