-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.55 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
{
"name": "indexer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/jest": "^29.5.2",
"@types/koa": "^2.13.6",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-passport": "^6.0.0",
"@types/koa-router": "^7.4.4",
"@types/node": "^20.3.1",
"@types/passport-jwt": "^3.0.8",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"cors": "link:@types/@koa/cors",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.5.0",
"node": "link:@type/moralis/node",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
},
"dependencies": {
"@hokify/agenda": "^6.3.0",
"@koa/cors": "^4.0.0",
"@types/jsonwebtoken": "^9.0.2",
"and": "^0.0.3",
"axios": "^1.4.0",
"bee-queue": "^1.5.0",
"bottleneck": "^2.19.5",
"cli-progress": "^3.12.0",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"ethers": "^6.6.0",
"jsonwebtoken": "^9.0.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.1",
"koa-passport": "^6.0.0",
"koa-router": "^12.0.0",
"koa2-swagger-ui": "^5.8.0",
"mongodb": "^5.6.0",
"moralis": "^2.22.3",
"p-limit": "~3.0.0",
"passport-jwt": "^4.0.1",
"pino": "^8.14.1",
"yamljs": "^0.3.0"
}
}