-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.74 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
{
"name": "shisheo-scholarship",
"version": "1.0.0",
"description": "shisheo",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"author": "Hamid Ladan",
"license": "ISC",
"dependencies": {
"@airbrake/node": "^2.1.7",
"@elastic/elasticsearch": "^7.5.0",
"@grpc/grpc-js": "^1.3.7",
"@grpc/proto-loader": "^0.6.4",
"@nomiclabs/eth-sig-util": "^2.4.4",
"api-query-params": "^5.0.0",
"apicache": "^1.5.3",
"atob": "^2.1.2",
"aws-sdk": "^2.503.0",
"axios": "^0.19.2",
"base-64": "^1.0.0",
"base64-img": "^1.0.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"express-useragent": "^1.0.15",
"ioredis": "^5.2.2",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"mongoose": "^5.10.11",
"morgan": "^1.10.0",
"node-cron": "^3.0.2",
"readjson": "^2.2.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"grpc_tools_node_protoc_ts": "^5.3.1"
},
"_moduleAliases": {
"@root": ".",
"@initializer": "./initializers",
"@model": "./models",
"@config": "./config",
"@model_method": "./models/methods",
"@model_static": "./models/statics",
"@middleware": "./middleware",
"@provider": "./providers",
"@controller": "./controllers",
"@errors": "./errors",
"@helper_methods": "./models/methods",
"@validators": "./validators",
"@grpc-server": "./grpc"
}
}