clientlinker-core
Version:
Linker all clients whether rpc, addon, http request, mock data, local file ...
47 lines (46 loc) • 1.26 kB
JSON
{
"name": "clientlinker-core",
"version": "12.2.2",
"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_*",
"test-cov": "istanbul cover _mocha -- test/test_* --reporter dot",
"test-ci": "istanbul cover _mocha --report lcovonly -- test/test_* --reporter dot"
},
"keywords": [
"client",
"linker",
"proxy",
"rpc",
"httpproxy"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Bacra/node-clientlinker.git"
},
"bugs": {
"url": "https://github.com/Bacra/node-clientlinker/issues"
},
"homepage": "https://github.com/Bacra/node-clientlinker#readme",
"author": "Bacra <bacra.woo@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=10.16.0"
},
"dependencies": {
"debug": "^3.1.0",
"depd": "^1.1.2",
"lodash": "^4.17.10"
},
"devDependencies": {
"async-statistic": "^1.1.0",
"clientlinker-flow-confighandler-test": "^3.1.1",
"cross-env": "^7.0.3",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0"
},
"gitHead": "e99d5f88952727a8a14c44bcc0a376c7d29d29c0"
}