-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.17 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
68
69
70
71
72
{
"name": "bcked-adapters",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "bcked",
"scripts": {
"dev": "nodemon",
"crawler": "npx ts-node src/crawler/job.ts",
"api": "npx ts-node src/api/job.ts",
"build": "npx tsc",
"lint": "npx eslint . --fix",
"test": "jest --passWithNoTests"
},
"license": "GPL-3.0",
"engines": {
"npm": ">=10.0.0",
"node": ">=20.0.0"
},
"dependencies": {
"@0xsequence/multicall": "^0.43.34",
"@resvg/resvg-js": "^2.6.0",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.77.3",
"axios": "^1.4.0",
"axios-retry": "^3.5.1",
"crawler": "^1.4.0",
"csv": "^6.3.1",
"date-fns": "^2.30.0",
"dateformat": "3.0.3",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"flat": "^5.0.2",
"json-refs": "^3.0.15",
"lodash": "^4.17.21",
"mersenne-twister": "^1.1.0",
"ngraph.fromjson": "^3.1.0",
"ngraph.graph": "^20.0.1",
"ngraph.path": "^1.5.0",
"ngraph.tojson": "^1.2.0",
"node-telegram-bot-api": "^0.61.0",
"nodemon": "^2.0.22",
"swagger-jsdoc": "^6.2.8",
"tarn": "^3.0.2",
"typescript": "^5.1.3"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.4",
"@types/crawler": "^1.2.2",
"@types/dateformat": "^5.0.0",
"@types/express": "^4.17.17",
"@types/flat": "^5.0.2",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/mersenne-twister": "^1.1.7",
"@types/morgan": "^1.9.4",
"@types/node": "^20.3.1",
"@types/node-fetch": "^2.6.4",
"@types/node-telegram-bot-api": "^0.61.7",
"@types/swagger-jsdoc": "^6.0.1",
"@types/webextension-polyfill": "^0.10.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript-eslint": "^7.1.0"
}
}