-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
59 lines (59 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@lambdatest/node-tunnel",
"version": "4.0.8",
"description": "Nodejs bindings for LambdaTest Tunnel",
"main": "index.js",
"files": [
"lib",
"index.d.ts",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaTest/node-tunnel.git"
},
"author": "LambdaTest <keys@lambdatest.com>",
"contributors": [
"LambdaTest <keys@lambdatest.com> (https://www.npmjs.com/~lambdatestdev)"
],
"license": "ISC",
"keywords": [
"lambdatest",
"tunnel",
"local",
"selenium",
"testing"
],
"bugs": {
"url": "https://github.com/LambdaTest/node-tunnel/issues"
},
"homepage": "https://github.com/LambdaTest/node-tunnel#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"axios": "^1.6.2",
"get-port": "^1.0.0",
"https-proxy-agent": "^5.0.0",
"split": "^1.0.1"
},
"devDependencies": {
"chai": "^4.3.7",
"clang-format": "^1.8.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"mocha": "^10.2.0",
"prettier": "^2.8.7"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "mocha tests --recursive"
}
}