-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 960 Bytes
/
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
{
"name": "tiny-proxy-chain",
"version": "2.0.1",
"description": "Proxy chain",
"repository": "git@github.com:orlv/tiny-proxy-chain.git",
"main": "index.js",
"scripts": {
"test": "jest --runInBand"
},
"author": "Oleg Orlov",
"contributors": [
{
"name": "Andrei Smolinkov"
}
],
"license": "ISC",
"dependencies": {
"socks": "^2.8.1",
"socks-proxy-agent": "^8.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"abort-controller": "^3.0.0",
"docker-compose": "^0.24.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^48.2.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-watch": "^8.0.0",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.4",
"jest": "^29.7.0",
"node-fetch": "=2.7.0",
"prettier": "^3.2.5",
"yaml": "^2.4.1"
}
}