-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.83 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
60
61
62
63
64
65
66
67
{
"name": "multi-squid-ipv4-proxy-api",
"version": "0.2.0",
"scripts": {
"nodemon": "./node_modules/nodemon/bin/nodemon.js --inspect=0.0.0.0 --ignore tests/ index.js",
"prestart": "exit",
"pretest": "exit",
"start": "node index.js"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"cors": "^2.8.5",
"@joi/date": "^2.1.0",
"body-parser": "^1.19.0",
"commander": "7.2.0",
"config": "3.2.6",
"express": "4.17.1",
"ip-addresses": "^1.0.0",
"dockerode": "^3.2.1",
"joi": "^17.4.2",
"@meanie/joi-country": "^2.2.0",
"jsonwebtoken": "8.5.1",
"pg": "8.5.1",
"uuid": "8.3.1",
"yn": "^4.0.0",
"axios": "^0.26.0",
"discord-oauth2": "^2.9.0",
"~config": "file:./lib/config",
"~interface": "file:./lib/interface",
"~src": "file:./src"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/polyfill": "7.11.5",
"@babel/register": "7.11.5",
"@types/sinon-chai": "^3.2.5",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "2.0.1",
"eslint": "7.10.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-html": "6.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-unicorn": "22.0.0",
"faker": "^5.4.0",
"flow-bin": "0.135.0",
"mocha": "^8.3.0",
"node-mocks-http": "^1.10.1",
"nodemon": "2.0.4",
"prettier": "2.2.1",
"sinon": "9.2.1",
"sinon-chai": "3.5.0"
}
}