-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 927 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
40
41
{
"name": "tinsoftproxy",
"version": "1.0.3",
"description": "tinsoftproxy",
"main": "index.js",
"scripts": {
"start": "node index.js",
"topublish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrluaf/tinsoftproxy.git"
},
"keywords": [
"tinsoftproxy",
"proxy",
"tinsoft",
"proxy service",
"proxy lib",
"tinsoft lib",
"proxy",
"nguyenvantai.vn"
],
"author": "Nguyen Van Tai <nguyenvantai.vn>",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mrluaf/tinsoftproxy/issues"
},
"homepage": "https://github.com/mrluaf/tinsoftproxy#readme",
"dependencies": {
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"dotenv": "^10.0.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.33",
"proxy-agent": "^4.0.1",
"request": "^2.88.2",
"stream": "0.0.2"
}
}