UNPKG

1.23 kBJSONView Raw
1{
2 "name": "clientlinker-core",
3 "version": "12.0.0",
4 "description": "Linker all clients whether rpc, addon, http request, mock data, local file ...",
5 "main": "index.js",
6 "scripts": {
7 "test": "cross-env DEBUG=clientlinker* mocha test/test_*",
8 "test-cov": "istanbul cover _mocha -- test/test_* --reporter dot",
9 "test-ci": "istanbul cover _mocha --report lcovonly -- test/test_* --reporter dot"
10 },
11 "keywords": [
12 "client",
13 "linker",
14 "proxy",
15 "rpc",
16 "httpproxy"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git+ssh://git@github.com/Bacra/node-clientlinker.git"
21 },
22 "bugs": {
23 "url": "https://github.com/Bacra/node-clientlinker/issues"
24 },
25 "homepage": "https://github.com/Bacra/node-clientlinker#readme",
26 "author": "Bacra <bacra.woo@gmail.com>",
27 "license": "MIT",
28 "engines": {
29 "node": ">=10.16.0"
30 },
31 "dependencies": {
32 "debug": "^3.1.0",
33 "depd": "^1.1.2",
34 "lodash": "^4.17.10"
35 },
36 "devDependencies": {
37 "clientlinker-flow-confighandler-test": "^3.1.0",
38 "cross-env": "^5.2.0",
39 "expect.js": "^0.3.1",
40 "istanbul": "^0.4.5",
41 "mkdirp": "^0.5.1",
42 "mocha": "^5.2.0"
43 },
44 "gitHead": "c8441b351ac79576a2d2eae0a93bb004353a1bcf"
45}